summaryrefslogtreecommitdiff
path: root/source4/selftest/samba4_tests.sh
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-18 23:27:55 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-18 23:27:55 +0100
commit0f3836238e34f96426ed88cd7dc85a9c0d216188 (patch)
treef182191f048a91aceac002fb89b2e98d934ba87f /source4/selftest/samba4_tests.sh
parent89f4cfb26310d8f44a3727af1bed70b8c52b4e09 (diff)
downloadsamba-0f3836238e34f96426ed88cd7dc85a9c0d216188.tar.gz
samba-0f3836238e34f96426ed88cd7dc85a9c0d216188.tar.bz2
samba-0f3836238e34f96426ed88cd7dc85a9c0d216188.zip
Fix local tests.
(This used to be commit 60f2eb404628f9903bbb839a9aaead89c7a5736f)
Diffstat (limited to 'source4/selftest/samba4_tests.sh')
-rwxr-xr-xsource4/selftest/samba4_tests.sh5
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