mirror of
https://github.com/samba-team/samba.git
synced 2025-01-31 01:48:16 +03:00
ed0410309b
- Don't set up environments until necessary - Add --resetup-environment option - Add 'none' environment
10 lines
241 B
Bash
Executable File
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
|