change the test port from 15001 to 14990

This commit is contained in:
Gunter Labes 2009-11-09 20:18:28 +00:00
parent 36839056cd
commit 157c1d5c9f

View File

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