Remove -b flag

This commit is contained in:
Luke Benstead 2020-10-27 08:03:01 +00:00
parent 4ee1bc0210
commit a3c24e7913

View File

@ -21,6 +21,6 @@ test:sh4-gcc:
script: script:
- source /etc/bash.bashrc - source /etc/bash.bashrc
- make test - make test
- lxdream -H -b -e tests/tests.elf | python3 utils/test_parser.py - lxdream -H -e tests/tests.elf | python3 utils/test_parser.py