aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlan Kligman <ack@mozilla.com>2013-08-13 23:21:06 -0400
committerAlan Kligman <ack@mozilla.com>2013-08-14 00:18:34 -0400
commitddc6000c88caafd7ae53f37728e5b315ddd8f877 (patch)
treeef5eede7828e19f3d0a80cea28236e700e2c22c0 /tests/runner.py
parent3426007a589160ac350d3809f2495aef00a61fed (diff)
Test for webrtc sockets.
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 2f508dfc..af671c11 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -771,4 +771,4 @@ an individual test with
else:
testRunner = unittest.TextTestRunner(verbosity=2)
for suite in suites:
- testRunner.run(suite)
+ testRunner.run(suite) \ No newline at end of file