summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-21 22:06:02 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-21 23:12:03 +0100
commit7f32c21ef0cea606eaf86d36812ba596d65844fc (patch)
treecb9a9e16132427da815dc95b6c4e3fc1eb2c2f05 /selftest
parentbbd77cbbac3d2718c6ba9ad26b8b7b64bbeede8d (diff)
downloadsamba-7f32c21ef0cea606eaf86d36812ba596d65844fc.tar.gz
samba-7f32c21ef0cea606eaf86d36812ba596d65844fc.tar.bz2
samba-7f32c21ef0cea606eaf86d36812ba596d65844fc.zip
selftest: Even if setting up an environment failed, the next tests may
still work.
Diffstat (limited to 'selftest')
-rwxr-xr-xselftest/selftest.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 0087ec1060..d82930d7da 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -952,7 +952,6 @@ $envvarstr
Subunit::start_testsuite($name);
Subunit::end_testsuite($name, "error",
"unable to set up environment $envname - exiting");
- exit(1);
next;
}