diff options
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 bc237c12..a67cfffa 100755 --- a/run_one_test +++ b/run_one_test @@ -20,4 +20,4 @@ fi set -e ./debug_translate init.linux $(echo $FILES) /tmp/run_one_test.subx -CFLAGS=$CFLAGS ./subx --debug --trace run a.elf +CFLAGS=$CFLAGS ./bootstrap --debug --trace run a.elf |