From a5e7292d4d3acc2da0ed3456f04a5c981971ffe4 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 12 May 2019 23:45:26 -0700 Subject: 5158 --- subx/test_layers | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'subx/test_layers') diff --git a/subx/test_layers b/subx/test_layers index a2ed65c6..688a5a99 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -21,11 +21,11 @@ CFLAGS=$CFLAGS ./build # build optimized by default since we'll be running it r for f in [0-9]*.subx do echo "=== $f" - ./subx translate $(../enumerate/enumerate --until $f |grep '\.subx$') -o foo && ./subx run foo + ./subx translate $(../enumerate/enumerate --until $f |grep '\.subx$') -o a.elf && ./subx run a.elf echo test `uname` = 'Linux' && { - chmod +x foo - ./foo + chmod +x a.elf + ./a.elf echo } || true done -- cgit 1.4.1-2-gfad0 aster'>master mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/doc/pydoc/test.tc_directory.html
blob: 0992a71503a7f32fa178466b62d9eedec6d70f26 (plain) (tree)
1
2
3
4
5
6
7
8
9
10