diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-15 16:30:46 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-15 16:31:31 -0700 |
commit | a5fa978579a2d9a08d89463e55b77ab3513ccfca (patch) | |
tree | f5a8928adfaaebf1a147a99530990ac1a88bb2fc /run_one_test | |
parent | f39eaf81fa6cbc831b8021736c7f71b7d9587de7 (diff) | |
download | mu-a5fa978579a2d9a08d89463e55b77ab3513ccfca.tar.gz |
5662
Fix several breakages.
Diffstat (limited to 'run_one_test')
-rwxr-xr-x | run_one_test | 2 |
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 |