Whamcloud - gitweb
b=17694
authorvs <vs>
Tue, 10 Feb 2009 20:10:15 +0000 (20:10 +0000)
committervs <vs>
Tue, 10 Feb 2009 20:10:15 +0000 (20:10 +0000)
i=adilger

run the test in separate directory

lustre/tests/sanity.sh

index 2d37ef3..06e3dfe 100644 (file)
@@ -3090,7 +3090,8 @@ test_69() {
 run_test 69 "verify oa2dentry return -ENOENT doesn't LBUG ======"
 
 test_71() {
-    sh rundbench -C -D $DIR 2 || error "dbench failed!"
+    mkdir -p $DIR/$tdir
+    sh rundbench -C -D $DIR/$tdir 2 || error "dbench failed!"
 }
 run_test 71 "Running dbench on lustre (don't segment fault) ===="