mirror of
https://github.com/samba-team/samba.git
synced 2025-02-08 05:57:51 +03:00
1e84e4026e
as discussed with jelmer and abartlet metze (This used to be commit e9fe3c40e10accb63d7a2124d3a7e77e499c4209)
10 lines
221 B
Bash
Executable File
10 lines
221 B
Bash
Executable File
#!/bin/sh
|
|
TORTURE_QUICK="yes"
|
|
export TORTURE_QUICK
|
|
|
|
$SRCDIR/selftest/test_ejs.sh $CONFIGURATION
|
|
$SRCDIR/selftest/test_ldap.sh
|
|
$SRCDIR/selftest/test_nbt.sh
|
|
$SRCDIR/selftest/test_quick.sh
|
|
$SRCDIR/selftest/test_rpc_quick.sh
|