Whamcloud - gitweb
No bugzilla for this. One of the test failing was config-sanity.sh
[fs/lustre-release.git] / lustre / tests / parallel-scale.sh
index 32eadc5..b64b78c 100644 (file)
@@ -271,7 +271,7 @@ test_connectathon() {
 
     tests="-b -g -s"
     # Include lock tests unless we're running on nfsv4
-    local fstype=$(df -T $testdir | awk 'NR==2  {print $2}')
+    local fstype=$(df -TP $testdir | awk 'NR==2  {print $2}')
     echo "$testdir: $fstype"
     if [[ $fstype != "nfs4" ]]; then
        tests="$tests -l"
@@ -620,6 +620,6 @@ test_statahead () {
 
 run_test statahead "statahead test, multiple clients"
 
-equals_msg `basename $0`: test complete, cleaning up
+complete $(basename $0) $SECONDS
 check_and_cleanup_lustre
-[ -f "$TESTSUITELOG" ] && cat $TESTSUITELOG && grep -q FAIL $TESTSUITELOG && exit 1 || true
+exit_status