mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 17:10:48 +01:00
Oops. Python scoping error left smoke.py always exiting 1.
This commit is contained in:
parent
6db962ca3b
commit
abdc5efc20
@ -423,6 +423,7 @@ def main():
|
||||
tests = [(os.path.abspath(test), True) for test in tests]
|
||||
|
||||
runTests(tests)
|
||||
global exit_bad
|
||||
exit_bad = False
|
||||
|
||||
atexit.register(report)
|
||||
|
Loading…
Reference in New Issue
Block a user