From 9e5e87ca3776efa5f0d772ed8cf348bf6ee4d08e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 2 Jan 2020 01:41:55 -0800 Subject: 5865 Give the bootstrap C++ program a less salient name. --- test_layers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_layers') 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 -- cgit 1.4.1-2-gfad0