mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
Fix local tests.
(This used to be commit 60f2eb404628f9903bbb839a9aaead89c7a5736f)
This commit is contained in:
parent
89f4cfb263
commit
0f3836238e
@ -50,8 +50,9 @@ plansmbtorturetest() {
|
||||
name=$1
|
||||
env=$2
|
||||
shift 2
|
||||
other_args="$*"
|
||||
modname=`normalize_testname $name`
|
||||
cmdline="$VALGRIND $smb4torture $* $name"
|
||||
cmdline="$VALGRIND $smb4torture $other_args $name"
|
||||
plantest "$modname" "$env" $cmdline
|
||||
}
|
||||
|
||||
@ -236,7 +237,7 @@ done
|
||||
# Local tests
|
||||
|
||||
for t in `$smb4torture --list | grep "^LOCAL-" | xargs`; do
|
||||
plansmbtorturetest "$t" none $VALGRIND $smb4torture ncalrpc: "$*"
|
||||
plansmbtorturetest "$t" none ncalrpc: "$*"
|
||||
done
|
||||
|
||||
if test -f $samba4bindir/tdbtorture
|
||||
|
Loading…
x
Reference in New Issue
Block a user