about summary refs log tree commit diff stats
path: root/run_one_test
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-01-02 01:41:55 -0800
committerKartik Agaram <vc@akkartik.com>2020-01-02 02:01:41 -0800
commit9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e (patch)
tree5134d5ff1629cb5262e5feda38831456a2d1467d /run_one_test
parentdf8498fb8294cb07d02076cf3881617b5af07974 (diff)
downloadmu-9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e.tar.gz
5865
Give the bootstrap C++ program a less salient name.
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 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