mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
1e84e4026e
as discussed with jelmer and abartlet
metze
(This used to be commit e9fe3c40e1
)
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
|