diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-05 23:02:10 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-09-09 23:01:16 +0200 |
| commit | 326bc0955b2e9ab6b6cfd62263c9b3fe2fb1d333 (patch) | |
| tree | 587ced3a87dae781adf6e38924aaf3c59d36f720 /tests | |
| parent | e39dd618085bd437bcd800b5a0a7e29751ab6274 (diff) | |
Allowed a port range for the liveserver by default.
This is required for running tests in parallel.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/runtests.py | 2 |
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).') |
