wesnoth/wml_unit_tests.old
Chris Beck b56b34d2a1 add new wml tests script
Also, redirect some output from cout to cerr in the game...
this somewhat breaks the old script.

The old script is renamed .old

Travis points to the new script.
2014-05-10 14:34:02 -04:00

11 lines
437 B
Bash
Executable File

#!/bin/bash
set -e
set -o pipefail
./wesnoth -u unit_test_1 --timeout 20000 2> error.log
./wesnoth --validcache -u unit_test_2 --timeout 10000 2> error.log
./wesnoth --validcache -u unit_test_3 --timeout 10000 2> error.log
./wesnoth --validcache -u unit_test_4 --timeout 10000 2> error.log
./wesnoth --validcache -u unit_test_5 --timeout 10000 2> error.log
./wesnoth --validcache -u unit_test_6 --timeout 10000 2> error.log
rm error.log