From b28aa6e7e3aff39a4e6411a9db91439a148da538 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 7 Dec 2019 20:23:10 -0800 Subject: 5802 Fix CI. --- test_layers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_layers b/test_layers index 522e413b..bf487c09 100755 --- a/test_layers +++ b/test_layers @@ -21,7 +21,7 @@ done for f in [0-9]*.subx do echo "=== $f" - ./subx translate init.linux $(enumerate/enumerate --until $f |grep '\.subx$') -o a.elf + ./subx translate init.linux $(tools/enumerate --until $f |grep '\.subx$') -o a.elf ./subx run a.elf test echo test `uname` = 'Linux' && { -- cgit 1.4.1-2-gfad0