From 8d5968b0dd23eba3f048ac601b2f4cae250a50ac Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 7 Sep 2019 16:04:18 -0700 Subject: 5638 --- run_one_test | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit 1.4.1-2-gfad0