Try with TERM=xterm to get test output logged to console

It's currently going to stderr.log only
develop
lethosor 2020-04-11 01:17:43 -04:00
parent 023575071a
commit 8b7989e93f
1 changed files with 1 additions and 1 deletions

@ -57,7 +57,7 @@ jobs:
- name: Run tests
run: |
source "$HOME/.df-env"
export TERM=dumb
export TERM=xterm
mv "$DF_FOLDER"/dfhack.init-example "$DF_FOLDER"/dfhack.init
python travis/run-tests.py --headless --keep-status "$DF_FOLDER"
python travis/check-rpc.py "$DF_FOLDER/dfhack-rpc.txt"