aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-05-02 11:47:24 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-05-02 11:47:24 +0200
commit4c9b5e742a7acbfe284c7312da06334411282e24 (patch)
tree0db87aad11928ec71b85a80a0f05fbde3c1af36e /testing/scripts/build-umlrootfs
parent34f92dcfba414327180e21932761d38c5e69d0c8 (diff)
downloadstrongswan-4c9b5e742a7acbfe284c7312da06334411282e24.tar.bz2
strongswan-4c9b5e742a7acbfe284c7312da06334411282e24.tar.xz
updated options in testing.conf
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs9
1 files changed, 7 insertions, 2 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index a61cfbf20..16dd843b9 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -206,9 +206,9 @@ then
echo -n " --enable-leak-detective" >> $INSTALLSHELL
fi
-if [ "$USE_LOAD_TESTS" = "yes" ]
+if [ "$USE_LOAD_TESTER" = "yes" ]
then
- echo -n " --enable-load-tests" >> $INSTALLSHELL
+ echo -n " --enable-load-tester" >> $INSTALLSHELL
fi
if [ "$USE_TEST_VECTORS" = "yes" ]
@@ -226,6 +226,11 @@ then
echo -n " --enable-socket-default" >> $INSTALLSHELL
fi
+if [ "$USE_SOCKET_DYNAMIC" = "yes" ]
+then
+ echo -n " --enable-socket-dynamic" >> $INSTALLSHELL
+fi
+
if [ "$USE_DHCP" = "yes" ]
then
echo -n " --enable-dhcp" >> $INSTALLSHELL