From b0f4543f93a7806dccae39c44352b3ca4673afc7 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Wed, 20 Nov 2013 15:19:22 -0700 Subject: [PATCH] LU-4283 test: auster "-s" flag does not run SLOW tests Using the "-s" flag when calling auster is supposed to run tests that are marked as "SLOW". The SLOW variable was not exported and, thus, was not recognized as being set in the test scripts. SLOW is now exported. Signed-off-by: James Nunez Change-Id: I52898d183163392144d1e809df35ab6278f06df2 Reviewed-on: http://review.whamcloud.com/8351 Tested-by: Jenkins Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Nathaniel Clark Reviewed-by: Oleg Drokin --- lustre/tests/auster | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/auster b/lustre/tests/auster index 7cf7bd3..8f724948 100755 --- a/lustre/tests/auster +++ b/lustre/tests/auster @@ -14,7 +14,7 @@ export TF_FAIL=/tmp/tf.fail usage() { less -F <