diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index 2c31d29460c5..37e7f0ef3b3f 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -1737,4 +1737,4 @@ if ("LLDB_TESTSUITE_FORCE_FINISH" in os.environ): subprocess.Popen(["/bin/sh", "-c", "kill %s; exit 0" % (os.getpid())]) # Exiting. -exitTestSuite() \ No newline at end of file +exitTestSuite(failed) \ No newline at end of file