mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 00:58:29 +00:00
change the test port from 15001 to 14990
This commit is contained in:
parent
36839056cd
commit
157c1d5c9f
@ -21,7 +21,7 @@ if [ $# -ge 1 ] && [ "$1" = "--test" ]; then
|
||||
shift
|
||||
PARAMETERS="$@"
|
||||
cd "$SERVERBASE"/build || exit 1
|
||||
bin/wesnothd-$SERVER -c "$SERVERBASE"/wesnothd.cfg --port 15001 $PARAMETERS
|
||||
bin/wesnothd-$SERVER -c "$SERVERBASE"/wesnothd.cfg --port 14990 $PARAMETERS
|
||||
# remove the socket so it looks like we never ran the server
|
||||
rm var/run/socket
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user