diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-06 14:28:24 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-01-07 07:57:19 -0500 |
| commit | c08ed084f9651ab628dad83dd4459d9bba553e22 (patch) | |
| tree | ec5898afb4ec6fddb90990429dd168cb3e13ded6 /scripts | |
| parent | c68e4adea0703354508d51895b091771b1f6ac45 (diff) | |
Made release test script use a random available port.
Co-authored-by: Jake Howard <git@theorangeone.net>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_new_version.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test_new_version.sh b/scripts/test_new_version.sh index 50fff186c4..317ce71ee1 100755 --- a/scripts/test_new_version.sh +++ b/scripts/test_new_version.sh @@ -25,7 +25,7 @@ django-admin startproject test_one cd test_one ./manage.py --help # Ensure executable bits python manage.py migrate -python manage.py runserver +python manage.py runserver 0 deactivate cd .. @@ -40,7 +40,7 @@ django-admin startproject test_one cd test_one ./manage.py --help # Ensure executable bits python manage.py migrate -python manage.py runserver +python manage.py runserver 0 deactivate cd .. |
