0
0
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:
Richard Kreuter 2010-06-11 18:06:37 -04:00
parent 6db962ca3b
commit abdc5efc20

View File

@ -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)