diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-02 11:47:24 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-02 11:47:24 +0200 |
commit | 4c9b5e742a7acbfe284c7312da06334411282e24 (patch) | |
tree | 0db87aad11928ec71b85a80a0f05fbde3c1af36e /testing/scripts/build-umlrootfs | |
parent | 34f92dcfba414327180e21932761d38c5e69d0c8 (diff) | |
download | strongswan-4c9b5e742a7acbfe284c7312da06334411282e24.tar.bz2 strongswan-4c9b5e742a7acbfe284c7312da06334411282e24.tar.xz |
updated options in testing.conf
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 9 |
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 |