mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 11:57:19 +00:00
unit tests: add --noaddons switch to the networked mp unit tests
This commit is contained in:
parent
caa1e4d64f
commit
9b78a41d25
@ -6,10 +6,10 @@ set -v #Print shell commands as they are read
|
||||
./wesnothd --port 12345 --log-debug=server --log-warning=config &
|
||||
serverpid=$!
|
||||
|
||||
./wesnoth --plugin=host.lua --server=localhost:12345 --username=host --nogui --mp-test &
|
||||
./wesnoth --plugin=host.lua --server=localhost:12345 --username=host --nogui --mp-test --noaddons &
|
||||
hostpid=$!
|
||||
|
||||
./wesnoth --plugin=join.lua --server=localhost:12345 --username=join --nogui --mp-test &
|
||||
./wesnoth --plugin=join.lua --server=localhost:12345 --username=join --nogui --mp-test --noaddons &
|
||||
joinpid=$!
|
||||
|
||||
wait $hostpid
|
||||
|
Loading…
x
Reference in New Issue
Block a user