Merge pull request #787 from wesnoth/enable-gui2-lobby-in-gui2-lobby-test

Enable GUI2 lobby in GUI2 MP test
This commit is contained in:
Jyrki Vesterinen 2016-09-25 20:18:47 +03:00 committed by GitHub
commit a29c669866
5 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = true
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")

View File

@ -23,6 +23,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = false
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")

View File

@ -42,6 +42,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = true
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")

View File

@ -42,6 +42,8 @@ local function plugin()
log("hello world")
wesnoth.preferences.new_lobby = false
repeat
events, context, info = coroutine.yield()
idle_text("in " .. info.name .. " waiting for titlescreen or lobby")

0
utils/travis/mp_test_executor-gui2.sh Normal file → Executable file
View File