Use stdout as logfile for tests

This commit is contained in:
DrChat
2017-02-11 00:15:52 -06:00
parent 26456280f1
commit 6d4b06c08f
2 changed files with 11 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ script:
- ./build/bin/Linux/Debug/xenia-base-tests
# Build and run ppc tests
- ./xenia-build build --config=debug --target=xenia-cpu-ppc-tests
- if ! ./build/bin/Linux/Debug/xenia-cpu-ppc-tests; then cat xenia.log; fi
- ./build/bin/Linux/Debug/xenia-cpu-ppc-tests --logfile=stdout
# TODO(DrChat): Enable builds in the future.
# Build all of xenia.