Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Fri, 24 Jul 2009 00:17:13 +0000 (00:17 +0000)
committerrobert.read <robert.read>
Fri, 24 Jul 2009 00:17:13 +0000 (00:17 +0000)
b=20210

Add --verbose flag so we can see which client fails when dbench gets an error.

lustre/tests/replay-single.sh

index eb5f614..08e8323 100755 (executable)
@@ -1840,7 +1840,7 @@ test_70b () {
        [ "$SLOW" = "no" ] && duration=60
        local cmd="rundbench 1 -t $duration"
        local PID=""
-       do_nodes $clients "set -x; MISSING_DBENCH_OK=$MISSING_DBENCH_OK \
+       do_nodes --verbose $clients "set -x; MISSING_DBENCH_OK=$MISSING_DBENCH_OK \
                PATH=:$PATH:$LUSTRE/utils:$LUSTRE/tests/:$DBENCH_LIB \
                DBENCH_LIB=$DBENCH_LIB TESTSUITE=$TESTSUITE TESTNAME=$TESTNAME \
                LCTL=$LCTL $cmd" &