summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-12-29 21:45:32 +0100
committerStefan Metzmacher <metze@samba.org>2017-01-10 13:54:17 +0100
commit133416a8b9eaa7b84ce6b7144a737647183ff1e0 (patch)
tree97d995ee456ac69b279bc0591ac676da7bbb5704 /selftest/selftest.pl
parenta5db045f98233ff6fda212000e23343a4ed0ab89 (diff)
downloadsamba-133416a8b9eaa7b84ce6b7144a737647183ff1e0.tar.gz
selftest/selftest.pl: we don't need to call Subunit::progress_pop() twice on error
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index c54ea68cac2..ced13f24341 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -142,7 +142,6 @@ sub run_testsuite($$$$$)
Subunit::progress_pop();
if ($? == -1) {
- Subunit::progress_pop();
Subunit::end_testsuite($name, "error", "Unable to run $cmd: $!");
exit(1);
} elsif ($? & 127) {