Drop SELECTEDTESTSONLY support

This commit is contained in:
Reto Buerki
2013-01-17 16:54:57 +01:00
committed by Tobias Brunner
parent 50fb9b8457
commit 12f1ff3a0e
2 changed files with 0 additions and 14 deletions
-4
View File
@@ -172,10 +172,6 @@ echo
if [ $# -gt 0 ]
then
TESTS=$*
elif [ $SELECTEDTESTSONLY = "yes" ]
then
# set internal field seperator
TESTS=$SELECTEDTESTS
else
# set internal field seperator
TESTS="`ls $DEFAULTTESTSDIR`"