Remove -e flag
This commit is contained in:
parent
a3c24e7913
commit
753d1a5c82
|
@ -21,6 +21,6 @@ test:sh4-gcc:
|
||||||
script:
|
script:
|
||||||
- source /etc/bash.bashrc
|
- source /etc/bash.bashrc
|
||||||
- make test
|
- make test
|
||||||
- lxdream -H -e tests/tests.elf | python3 utils/test_parser.py
|
- lxdream -H tests/tests.elf | python3 utils/test_parser.py
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user