]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Drop SELECTEDTESTSONLY support
authorReto Buerki <reet@codelabs.ch>
Fri, 14 Dec 2012 09:13:17 +0000 (10:13 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 17 Jan 2013 15:54:57 +0000 (16:54 +0100)
testing/do-tests
testing/testing.conf

index 59e1634b6efe99861bfd34d19d6219332bd2f2e8..d7512bf7fd0f649bce647b6b04abae8e6cf3b2d1 100755 (executable)
@@ -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`"
index 7b67c29d2d4fec623c0bd9fa8ce0f0baf3873f99..7fb82032e4edc911e4247c32ce2bf16bb1ff1a19 100644 (file)
@@ -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,