summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-02-05 23:02:10 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-09-09 23:01:16 +0200
commit326bc0955b2e9ab6b6cfd62263c9b3fe2fb1d333 (patch)
tree587ced3a87dae781adf6e38924aaf3c59d36f720 /tests
parente39dd618085bd437bcd800b5a0a7e29751ab6274 (diff)
Allowed a port range for the liveserver by default.
This is required for running tests in parallel.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index 58181a0e92..0577737a5f 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -388,7 +388,7 @@ if __name__ == "__main__":
parser.add_argument('--liveserver',
help='Overrides the default address where the live server (used with '
'LiveServerTestCase) is expected to run from. The default value '
- 'is localhost:8081.')
+ 'is localhost:8081-8179.')
parser.add_argument(
'--selenium', action='store_true', dest='selenium', default=False,
help='Run the Selenium tests as well (if Selenium is installed).')