Whamcloud - gitweb
b=19151 use single-level test directory for large-scale test 3a
authorJian Yu <Jian.Yu@sun.com>
Fri, 25 Jun 2010 09:00:28 +0000 (17:00 +0800)
committerRobert Read <robert.read@oracle.com>
Fri, 25 Jun 2010 17:30:06 +0000 (10:30 -0700)
$tdir is a two-level directory which causes the mode setting issue
while running MPI programs. Let's use a single-level test directory
for large-scale test 3a.

i=grev
i=robert.read

lustre/tests/large-scale.sh

index 9614290..f97fba9 100644 (file)
@@ -59,7 +59,7 @@ test_3a() {
     local IFree=$(inodes_available)
     [ $IFree -gt $nfiles ] || nfiles=$IFree
 
-    local dir=$DIR/$tdir
+    local dir=$DIR/d0.$TESTNAME
     mkdir -p $dir
     chmod 0777 $dir