X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Frun_dd.sh;h=1ec14ec15e29ae3248b37ab7212fb6489308d3ce;hb=e70193cf8be57afda14c1df7a0e46cff462b461b;hp=e805f62d3fe73491ccd2b1f05b886160b0504d74;hpb=349d0de314522868105a6deabc73d8c2410abc0f;p=fs%2Flustre-release.git diff --git a/lustre/tests/run_dd.sh b/lustre/tests/run_dd.sh index e805f62..1ec14ec 100755 --- a/lustre/tests/run_dd.sh +++ b/lustre/tests/run_dd.sh @@ -42,7 +42,7 @@ while [ ! -e "$END_RUN_FILE" ] && $CONTINUE; do df $TESTDIR || true dd bs=4k count=$BLKS status=noxfer if=/dev/zero of=$TESTDIR/dd-file \ - 1>$LOG + 1>$LOG & wait $! if [ $? -eq 0 ]; then echoerr "$(date +'%F %H:%M:%S'): dd succeeded" cd $TMP