[4.2.x] Made release test script use a random available port.

Co-authored-by: Jake Howard <git@theorangeone.net>

Backport of c08ed084f9 from main.
This commit is contained in:
Jacob Walls
2026-01-06 14:28:24 -05:00
parent 9b6751dba0
commit c9c473f7cc

View File

@@ -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 ..