Whamcloud - gitweb
LU-12560 tests: Use full path for test-groups
[fs/lustre-release.git] / lustre / tests / acceptance-small.sh
index 46d7289..72825bc 100755 (executable)
@@ -4,10 +4,10 @@
 #      if no tests are specified, they are taken from test-groups/regression
 #      if {TEST_NAME}=no is set, that test script is skipped
 DEFAULT_SUITES="${@:-$ACC_SM_ONLY}"
-DEFAULT_SUITES="${DEFAULT_SUITES:-$(cat test-groups/regression)}"
+DEFAULT_SUITES="${DEFAULT_SUITES:-$(cat $LUSTRE/tests/test-groups/regression)}"
 for SUB in $DEFAULT_SUITES; do
        ENV=$(echo $SUB | tr "[:lower:]-" "[:upper:]_")
        [ "$(eval echo \$$ENV)" = "no" ] && continue
        SUITES="$SUITES $SUB"
 done
-sh auster -r -v -f ${NAME:-lustre} $SUITES
+sh auster -r -R -v -f ${NAME:-lustre} $SUITES