mpich/tests/run_tests.sh
Honggang Li bea6f85dc8 Add gating test
Related: rhbz#1947937

Signed-off-by: Honggang Li <honli@redhat.com>
2021-07-27 04:09:43 -04:00

11 lines
208 B
Bash
Executable File

#!/bin/bash
# when running this in 1minutetip the PATH must be specified to execute
# in the local directory.
echo "Setting path to local directory"
PATH=$PATH:$(pwd)
# simple sanity test
sanity.sh
exit $?