1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-31 01:48:16 +03:00
samba-mirror/source/script/tests/tests_quick.sh
Jelmer Vernooij ed0410309b r22156: - Lazy evaluate variable names.
- Don't set up environments until necessary

- Add --resetup-environment option

- Add 'none' environment
2007-10-10 14:49:55 -05:00

10 lines
241 B
Bash
Executable File

#!/bin/sh
TORTURE_QUICK="yes"
export TORTURE_QUICK
$SRCDIR/script/tests/test_ejs.sh $CONFIGURATION
$SRCDIR/script/tests/test_ldap.sh
$SRCDIR/script/tests/test_nbt.sh
$SRCDIR/script/tests/test_quick.sh
$SRCDIR/script/tests/test_rpc_quick.sh