mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-30 01:47:13 +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
|
shift
|
||||||
PARAMETERS="$@"
|
PARAMETERS="$@"
|
||||||
cd "$SERVERBASE"/build || exit 1
|
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
|
# remove the socket so it looks like we never ran the server
|
||||||
rm var/run/socket
|
rm var/run/socket
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user