about summary refs log tree commit diff stats
path: root/test_layers
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 /test_layers
parentdf8498fb8294cb07d02076cf3881617b5af07974 (diff)
downloadmu-9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e.tar.gz
5865
Give the bootstrap C++ program a less salient name.
Diffstat (limited to 'test_layers')
-rwxr-xr-xtest_layers4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_layers b/test_layers
index bf487c09..568a0f21 100755
--- a/test_layers
+++ b/test_layers
@@ -21,8 +21,8 @@ done
 for f in [0-9]*.subx
 do
   echo "=== $f"
-  ./subx translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf
-  ./subx run a.elf test
+  ./bootstrap translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf
+  ./bootstrap run a.elf test
   echo
   test `uname` = 'Linux'  &&  {
     chmod +x a.elf