svn commit: samba r13629 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Wed Feb 22 13:42:54 GMT 2006


Author: metze
Date: 2006-02-22 13:42:54 +0000 (Wed, 22 Feb 2006)
New Revision: 13629

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13629

Log:
export env-vars

metze

Modified:
   branches/SAMBA_4_0/source/script/tests/tests_quick.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/tests_quick.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/tests_quick.sh	2006-02-22 13:37:21 UTC (rev 13628)
+++ branches/SAMBA_4_0/source/script/tests/tests_quick.sh	2006-02-22 13:42:54 UTC (rev 13629)
@@ -1,5 +1,7 @@
 TORTURE_OPTIONS="$TORTURE_OPTIONS --option=torture:quick=yes"
+export TORTURE_OPTIONS
 TORTURE_QUICK="yes"
+export TORTURE_QUICK
 
 $SRCDIR/script/tests/test_ejs.sh $DOMAIN $USERNAME $PASSWORD || failed=`expr $failed + $?`
 $SRCDIR/script/tests/test_ldap.sh $SERVER $USERNAME $PASSWORD || failed=`expr $failed + $?`



More information about the samba-cvs mailing list