[Commits] [wesnoth/wesnoth] 4bb581: disable auto-backtrace for C++ unit tests, try to ...
GitHub
noreply at github.com
Wed Oct 22 20:56:29 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 4bb5814c19729abdbc4eee12ea31f4fd7b94c9ba
https://github.com/wesnoth/wesnoth/commit/4bb5814c19729abdbc4eee12ea31f4fd7b94c9ba
Author: Chris Beck <render787 at gmail.com>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M .travis.yml
Log Message:
-----------
disable auto-backtrace for C++ unit tests, try to get stderr again
We have some problems where the test executable is not generating
all the right output on travis, it seems not to be getting stdout
or stderr or something. The test executable was being run through
gdb at all times, with commands to backtrace on case of crash.
I'm not sure if gdb is eating the output or what, but for now I
am disabling the feature in the hopes to get the error messages
again.
Commit: a7daa39a8ae1a20807f08b49c78701f4659f3582
https://github.com/wesnoth/wesnoth/commit/a7daa39a8ae1a20807f08b49c78701f4659f3582
Author: Chris Beck <render787 at gmail.com>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M changelog
A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-attack.png
A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-defend.png
A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider-moving.png
A data/campaigns/Under_the_Burning_Suns/images/units/undead-skeletal/rider.png
R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack1.png
R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-attack2.png
R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-defend.png
R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider-moving.png
R data/campaigns/Under_the_Burning_Suns/images/units/undead/skeletonrider.png
M data/campaigns/Under_the_Burning_Suns/scenarios/03_Stirring_in_the_Night.cfg
M data/campaigns/Under_the_Burning_Suns/units/elves/Desert_Archer.cfg
M data/campaigns/Under_the_Burning_Suns/units/undead/Undead_Horseman.cfg
M data/campaigns/Under_the_Burning_Suns/units/units.cfg
M data/core/macros/utils.cfg
M data/lua/wml-tags.lua
M po/wesnoth-ai/it.po
M po/wesnoth-lib/it.po
M po/wesnoth-utbs/it.po
M po/wesnoth/it.po
M src/scripting/lua.cpp
Log Message:
-----------
Merge branch 'master' of https://github.com/wesnoth/wesnoth
Compare: https://github.com/wesnoth/wesnoth/compare/9a019647f177...a7daa39a8ae1
More information about the Commits
mailing list