diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-18 09:21:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:07 -0500 |
commit | 46586a1fd3d104fa40c930415d4806247736db3f (patch) | |
tree | ab87a7274a7459b98830bf9550dde3c38087f25c | |
parent | 78eac3e24bcd27254aaadff498f4d177cb2c1517 (diff) | |
download | samba-46586a1fd3d104fa40c930415d4806247736db3f.tar.gz samba-46586a1fd3d104fa40c930415d4806247736db3f.tar.bz2 samba-46586a1fd3d104fa40c930415d4806247736db3f.zip |
r15682: fix option passing
metze
(This used to be commit cd2fa1da6cdcaaa8a4d92a38163d54ecc0f9d756)
-rwxr-xr-x | source3/script/tests/selftest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index c460c12605..3153826709 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -157,10 +157,10 @@ TORTURE4_OPTIONS="--maximum-runtime=$TORTURE_MAXTIME --option=interfaces=$TORTUR export TORTURE4_OPTIONS if [ x"$RUN_FROM_BUILD_FARM" = x"yes" ];then - TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"torture:progress=no\"" + TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=torture:progress=no" fi -TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=\"target:samba3=yes\"" +TORTURE4_OPTIONS="$TORTURE4_OPTIONS --option=target:samba3=yes" ## ## ready to go...now loop through the tests |