mvapich2/tests/run_tests.sh
Honggang Li b8c2d50f04 build mvapich2-2.3.5-2.tar.gz for RHEL9
Resolves: rhbz#1923559

Signed-off-by: Honggang Li <honli@redhat.com>
2021-02-18 09:36:33 +08: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 $?