diff options
Diffstat (limited to 'source4/script/tests/selftest.sh')
-rwxr-xr-x | source4/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index a8acb823a9..021b713a02 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -139,4 +139,4 @@ if [ "$count" != 0 ]; then done fi -teststatus $ARG0 $totalfailed +teststatus $ARG0 $failed |