From 2c33f7742e6c59c1731bdde7e11f9410e97a9f33 Mon Sep 17 00:00:00 2001 From: vs Date: Wed, 7 Jan 2009 23:47:40 +0000 Subject: [PATCH] b=17694 i=adilger run the test in separate directory --- lustre/tests/sanity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 4a8e945..8dcc221 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -3098,7 +3098,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) ====" -- 1.8.3.1