[Commits] [wesnoth/wesnoth] e9674e: Fix test scenario
GitHub
noreply at github.com
Sun May 7 15:02:08 UTC 2017
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: e9674ec8a77c24f86d4dcd00e087dddd2ba944fb
https://github.com/wesnoth/wesnoth/commit/e9674ec8a77c24f86d4dcd00e087dddd2ba944fb
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-05-07 (Sun, 07 May 2017)
Changed paths:
M data/scenario-test.cfg
Log Message:
-----------
Fix test scenario
I accidentally changed a dofile call when mass-changing require calls
Commit: b5a0ef7e4d5bc8ec75b2942d689250eb3a5d40de
https://github.com/wesnoth/wesnoth/commit/b5a0ef7e4d5bc8ec75b2942d689250eb3a5d40de
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2017-05-07 (Sun, 07 May 2017)
Changed paths:
M host.lua
M src/scripting/lua_kernel_base.cpp
Log Message:
-----------
Fix the MP tests
Using an unprotected call in wesnoth.dofile fixes the issue that existed
in the MP tests. Since wesnoth.dofile is only called from Lua code,
and that Lua code was invoked in a protected environment already, I
don't believe this will cause problems.
Compare: https://github.com/wesnoth/wesnoth/compare/7e67b7bba030...b5a0ef7e4d5b
More information about the Commits
mailing list