summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-02-22 13:42:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:02 -0500
commitb518130be3ad8fce591bf81374c7c3f304f8d852 (patch)
tree383bd9c80f9141f2789f254076a5b2984f9a0763 /source4/script
parenta86518f160b198c86e1ab9306f8216cb4a4f0de5 (diff)
downloadsamba-b518130be3ad8fce591bf81374c7c3f304f8d852.tar.gz
samba-b518130be3ad8fce591bf81374c7c3f304f8d852.tar.bz2
samba-b518130be3ad8fce591bf81374c7c3f304f8d852.zip
r13629: export env-vars
metze (This used to be commit fbd78b6272eaca4b89071139e4b34cbdd15ed644)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/tests/tests_quick.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/script/tests/tests_quick.sh b/source4/script/tests/tests_quick.sh
index b48d540841..0783026b4a 100755
--- a/source4/script/tests/tests_quick.sh
+++ b/source4/script/tests/tests_quick.sh
@@ -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 + $?`