about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-07 16:04:18 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-07 16:04:18 -0700
commit8d5968b0dd23eba3f048ac601b2f4cae250a50ac (patch)
treed610225f4220caa4fad4cae5714b0c48049665b0
parent57fa808b184acb3d330dd7b4f34f8c4b5a242dbc (diff)
downloadmu-8d5968b0dd23eba3f048ac601b2f4cae250a50ac.tar.gz
5638
-rwxr-xr-xrun_one_test7
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