Drop SELECTEDTESTSONLY support
This commit is contained in:
committed by
Tobias Brunner
parent
50fb9b8457
commit
12f1ff3a0e
@@ -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`"
|
||||
|
||||
@@ -75,16 +75,6 @@ ENABLE_BUILD_ROOTIMAGE="yes"
|
||||
ENABLE_BUILD_GUESTKERNEL="yes"
|
||||
ENABLE_BUILD_GUESTIMAGES="yes"
|
||||
|
||||
##############################################################
|
||||
# If set to "yes" only the tests stated at $SELECTEDTESTS
|
||||
# will be executed. (use "yes" or "no")
|
||||
#
|
||||
SELECTEDTESTSONLY="no"
|
||||
|
||||
# Tests to do if $SELECTEDTESTSONLY is set "yes".
|
||||
#
|
||||
SELECTEDTESTS="ikev2/rw-cert"
|
||||
|
||||
##############################################################
|
||||
# hostname and corresponding IPv4 and IPv6 addresses
|
||||
# You may change the IPs but keep them in the same subnet,
|
||||
|
||||
Reference in New Issue
Block a user