diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-09 20:53:02 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-10 10:35:17 -0800 |
commit | 0bcfe6e5cf11b27223eb5563315550ab5036f6c6 (patch) | |
tree | d480846ecb5328fd09bfde0303bd73add685423a /run_one_test | |
parent | a5010b1b378243ee309ad775df39e7d519e26960 (diff) | |
download | mu-0bcfe6e5cf11b27223eb5563315550ab5036f6c6.tar.gz |
5880
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 a67cfffa..f5aed24b 100755 --- a/run_one_test +++ b/run_one_test @@ -19,5 +19,5 @@ fi set -e -./debug_translate init.linux $(echo $FILES) /tmp/run_one_test.subx +./translate_subx_debug init.linux $(echo $FILES) /tmp/run_one_test.subx CFLAGS=$CFLAGS ./bootstrap --debug --trace run a.elf |