From 4c9b5e742a7acbfe284c7312da06334411282e24 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 2 May 2010 11:47:24 +0200 Subject: updated options in testing.conf --- testing/scripts/build-umlrootfs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'testing/scripts/build-umlrootfs') 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 -- cgit v1.2.3