From be86ec961aada9055d543e449979202b4e775136 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 28 Feb 2011 16:33:08 +0000 Subject: [PATCH] Add location argument to $upload_script call Issue: LU-100 Change-Id: Idbe262f15f0915ef9ffe8f6f05256eaf324d8a51 Signed-off-by: John Spray --- lustre/tests/auster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/auster b/lustre/tests/auster index 716a934..ed55576 100755 --- a/lustre/tests/auster +++ b/lustre/tests/auster @@ -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 -- 1.8.3.1