mpich/tests/run_tests.sh
Michal Schmidt be819c5906 sync the gating test (rhel-8.8.0 -> c8s)
Signed-off-by: Michal Schmidt <mschmidt@redhat.com>
2023-04-07 17:16:07 +02: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 $?