Update GUI2 test plugin names (since c43651f99b)

This commit is contained in:
Charles Dang 2016-11-12 18:35:44 +11:00
parent 2df3a09c0c
commit 3ff4a18983

View file

@ -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-gui2.lua --server=localhost:12345 --username=host --mp-test --noaddons --nogui &
./wesnoth --plugin=host.lua --server=localhost:12345 --username=host --mp-test --noaddons --nogui &
hostpid=$!
./wesnoth --plugin=join-gui2.lua --server=localhost:12345 --username=join --mp-test --noaddons --nogui &
./wesnoth --plugin=join.lua --server=localhost:12345 --username=join --mp-test --noaddons --nogui &
joinpid=$!
wait $hostpid