diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 23:27:55 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 23:27:55 +0100 |
commit | 0f3836238e34f96426ed88cd7dc85a9c0d216188 (patch) | |
tree | f182191f048a91aceac002fb89b2e98d934ba87f /source4/selftest | |
parent | 89f4cfb26310d8f44a3727af1bed70b8c52b4e09 (diff) | |
download | samba-0f3836238e34f96426ed88cd7dc85a9c0d216188.tar.gz samba-0f3836238e34f96426ed88cd7dc85a9c0d216188.tar.xz samba-0f3836238e34f96426ed88cd7dc85a9c0d216188.zip |
Fix local tests.
(This used to be commit 60f2eb404628f9903bbb839a9aaead89c7a5736f)
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/samba4_tests.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/selftest/samba4_tests.sh b/source4/selftest/samba4_tests.sh index d86c46432e..6beff6f279 100755 --- a/source4/selftest/samba4_tests.sh +++ b/source4/selftest/samba4_tests.sh @@ -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 |