diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-07 16:04:18 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-07 16:04:18 -0700 |
commit | 8d5968b0dd23eba3f048ac601b2f4cae250a50ac (patch) | |
tree | d610225f4220caa4fad4cae5714b0c48049665b0 /run_one_test | |
parent | 57fa808b184acb3d330dd7b4f34f8c4b5a242dbc (diff) | |
download | mu-8d5968b0dd23eba3f048ac601b2f4cae250a50ac.tar.gz |
5638
Diffstat (limited to 'run_one_test')
-rwxr-xr-x | run_one_test | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/run_one_test b/run_one_test index 05c7d751..9452524e 100755 --- a/run_one_test +++ b/run_one_test @@ -19,10 +19,5 @@ fi set -e -echo "$(date) translating" -# can't just use ntranslate; we need good error messages in the debug cycle -# so we run what we must natively, and emulate the rest -cat $(echo $FILES) /tmp/run_one_test.subx |apps/sigils > a.sigils -ONLY_CPP=1 CFLAGS=$CFLAGS ./subx --debug translate a.sigils -o a.elf -echo "$(date) running" +./debug_translate $(echo $FILES) /tmp/run_one_test.subx ONLY_CPP=1 CFLAGS=$CFLAGS ./subx --debug --trace run a.elf |