Skip to content

Commit

Permalink
unit tests: add --noaddons switch to the networked mp unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Mar 5, 2015
1 parent caa1e4d commit 9b78a41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/travis/mp_test_executor.sh
Expand Up @@ -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
Expand Down

0 comments on commit 9b78a41

Please sign in to comment.