about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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