about summary refs log tree commit diff stats
path: root/run_one_test
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-15 16:30:46 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-15 16:31:31 -0700
commita5fa978579a2d9a08d89463e55b77ab3513ccfca (patch)
treef5a8928adfaaebf1a147a99530990ac1a88bb2fc /run_one_test
parentf39eaf81fa6cbc831b8021736c7f71b7d9587de7 (diff)
downloadmu-a5fa978579a2d9a08d89463e55b77ab3513ccfca.tar.gz
5662
Fix several breakages.
Diffstat (limited to 'run_one_test')
-rwxr-xr-xrun_one_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_one_test b/run_one_test
index 9452524e..b8eeaad5 100755
--- a/run_one_test
+++ b/run_one_test
@@ -19,5 +19,5 @@ fi
 
 set -e
 
-./debug_translate $(echo $FILES) /tmp/run_one_test.subx
+./debug_translate init.linux $(echo $FILES) /tmp/run_one_test.subx
 ONLY_CPP=1 CFLAGS=$CFLAGS ./subx --debug --trace run a.elf