mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Make sure reason for skipping is output.
(This used to be commit 2d1cac54de
)
This commit is contained in:
parent
39f50afc57
commit
46f22add9a
@ -1,7 +1,7 @@
|
||||
# This file contains regexes matching tests that are very slow and
|
||||
# should be skipped during a normal test run.
|
||||
.*base.bench.holdcon.*
|
||||
raw.bench.lookup
|
||||
base.utable
|
||||
base.smb
|
||||
rpc.scanner
|
||||
.*base.bench.holdcon.* # Slow
|
||||
raw.bench.lookup # Slow
|
||||
base.utable # Slow
|
||||
base.smb # Slow
|
||||
rpc.scanner # Slow
|
||||
|
@ -65,7 +65,6 @@ smb4torture="$samba4bindir/smbtorture $TORTURE_OPTIONS"
|
||||
|
||||
plantest "js.base" dc "$SCRIPTDIR/base.js" $CONFIGURATION
|
||||
plantest "js.ldb" none "$SCRIPTDIR/ldb.js" `pwd` $CONFIGURATION -d 10
|
||||
plantest "js.winreg" dc $samba4srcdir/scripting/bin/winreg $CONFIGURATION ncalrpc: 'HKLM' -U\$USERNAME%\$PASSWORD
|
||||
|
||||
# Simple tests for LDAP and CLDAP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user