summaryrefslogtreecommitdiff
path: root/source/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
commit60f2eb404628f9903bbb839a9aaead89c7a5736f (patch)
treee09dab91223ddbc7f78b6efa8e8556eb05a0930d /source/selftest/samba4_tests.sh
parentdd854adc7a203f18228195a080bfa8075b0cd170 (diff)
downloadsamba-60f2eb404628f9903bbb839a9aaead89c7a5736f.tar.gz
Fix local tests.
Diffstat (limited to 'source/selftest/samba4_tests.sh')
-rwxr-xr-xsource/selftest/samba4_tests.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/selftest/samba4_tests.sh b/source/selftest/samba4_tests.sh
index d86c46432ec..6beff6f2792 100755
--- a/source/selftest/samba4_tests.sh
+++ b/source/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