diff options
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/selftest/tests.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source4/selftest/tests.sh b/source4/selftest/tests.sh index f31f0823d3..719f4a65b1 100755 --- a/source4/selftest/tests.sh +++ b/source4/selftest/tests.sh @@ -102,10 +102,9 @@ planperltestsuite() { planpythontestsuite() { name=$1 env=$2 - shift 2 - other_args="$*" - cmdline="$SUBUNITRUN $other_args" - plantestsuite "$name" "$env" $cmdline + module="$3" + shift 3 + plantestsuite_idlist "$name" "$env" python -m subunit.run $module } plansmbtorturetestsuite() { |