Whamcloud - gitweb
LU-12560 tests: Use full path for test-groups
[fs/lustre-release.git] / lustre / tests / acceptance-small.sh
index f6cb12f..72825bc 100755 (executable)
@@ -4,7 +4,7 @@
 #      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