Whamcloud - gitweb
Add location argument to $upload_script call 69/269/1
authorJohn Spray <john@whamcloud.com>
Mon, 28 Feb 2011 16:33:08 +0000 (16:33 +0000)
committerJohn Spray <john@whamcloud.com>
Mon, 28 Feb 2011 16:33:08 +0000 (16:33 +0000)
Issue: LU-100
Change-Id: Idbe262f15f0915ef9ffe8f6f05256eaf324d8a51
Signed-off-by: John Spray <john@whamcloud.com>
lustre/tests/auster

index 716a934..ed55576 100755 (executable)
@@ -281,7 +281,7 @@ run_suites() {
            echo $suite returned $RC
        done
        if $upload_logs; then
-           $upload_script
+           $upload_script $LOGDIR
        fi
        n=$((n + 1))
     done