Whamcloud - gitweb
Branch b1_8
authorjohann <johann>
Tue, 23 Jun 2009 14:39:03 +0000 (14:39 +0000)
committerjohann <johann>
Tue, 23 Jun 2009 14:39:03 +0000 (14:39 +0000)
b=19797
i=grev

Fix return code of test 84.

lustre/tests/replay-single.sh

index cbe373b..0409118 100755 (executable)
@@ -2072,7 +2072,7 @@ test_84() {
     createmany -o $DIR/$tfile- 1 &
     PID=$!
     mds_evict_client
-    wait $PID
+    wait $PID || true
 }
 run_test 84 "stale open during export disconnect"