diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-29 20:22:06 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-29 20:22:06 -0700 |
commit | fbf5cb159575b6af8725b5ae227117eb74d440ee (patch) | |
tree | 1f45573a0e36cbceeb6d987199431b905471def9 | |
parent | be253460d4a75a79b62c7ad0e4f3fc2b7c6b8e0e (diff) |
always run websockets test last because it hangs the test harness
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 94328ac8..77965c87 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -8672,7 +8672,7 @@ elif 'browser' in str(sys.argv): #os.kill(pid, signal.SIGTERM) # With this commented, we leave no children, but we hang the test harness on exit XXX print '[%d should be cleaned up automatically]' % pid - def test_websockets(self): + def test_zz_websockets(self): # always run this test last with self.WebsockHarness(): self.btest('websockets.c', expected='571') |