diff --git a/utils/mp-server/run_server b/utils/mp-server/run_server index 9488022587d..1236573b8e1 100755 --- a/utils/mp-server/run_server +++ b/utils/mp-server/run_server @@ -18,7 +18,7 @@ if [ "$1" = "--test" ]; then shift PARAMETERS=$* cd $SERVERBASE/build || exit 1 - bin/wesnothd-$SERVER -c $SERVERBASE/wesnothd.cfg --port $PORT $PARAMETERS + bin/wesnothd-$SERVER -c $SERVERBASE/wesnothd.cfg --port 15001 $PARAMETERS # remove the socket so it looks like we never ran the server rm var/run/socket exit 0