summaryrefslogtreecommitdiff
path: root/source/script/tests/selftest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/script/tests/selftest.sh')
-rwxr-xr-xsource/script/tests/selftest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index b53940ea408..5f07e2d76e1 100755
--- a/source/script/tests/selftest.sh
+++ b/source/script/tests/selftest.sh
@@ -6,7 +6,7 @@ if [ $# != 3 ]; then
fi
SMBTORTURE4=$3
-TESTS=$2
+SUBTESTS=$2
##
## create the test directory
@@ -290,7 +290,7 @@ START=`date`
failed=0
- . $SCRIPTDIR/tests_$TESTS.sh
+ . $SCRIPTDIR/tests_$SUBTESTS.sh
exit $failed
)
failed=$?