# HG changeset patch # User Simon Heimberg # Date 1296589625 -3600 # Node ID c2ca6e172fd842e48c88a59e3b0156aa233d9410 # Parent 20db7f6aba9a743aa961f1d60e422249f05def3b run-tests: loadable as module [ original upstream message ] diff -r 20db7f6aba9a -r c2ca6e172fd8 tests/run-tests.py --- a/tests/run-tests.py Wed Jan 26 17:49:11 2011 +0000 +++ b/tests/run-tests.py Tue Feb 01 20:47:05 2011 +0100 @@ -1109,4 +1109,5 @@ time.sleep(1) cleanup(options) -main() +if __name__ == '__main__': + main()