Whamcloud - gitweb
LU-16399 tests: add subtests setup/cleanup records
[fs/lustre-release.git] / lustre / tests / functions.sh
index f25817d..d0771f2 100644 (file)
@@ -578,7 +578,7 @@ run_connectathon() {
        fi
        echo "tests: $tests"
        for test in $tests; do
-               local cmd="sh ./runtests -N $cnt_NRUN $test -f $testdir"
+               local cmd="bash ./runtests -N $cnt_NRUN $test -f $testdir"
                local rc=0
 
                log "$cmd"