From 5f842b0e5e27fe0b3acef958c87a91713a938455 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 28 Oct 2018 00:02:11 -0700 Subject: 4728 What is this '|| exit 1' construct?! No need for it in the presence of ERREXIT. --- subx/test_layers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subx/test_layers b/subx/test_layers index 51fa905f..5f210c31 100755 --- a/subx/test_layers +++ b/subx/test_layers @@ -10,7 +10,7 @@ cd `dirname $0` for f in [0-9]*cc do echo "=== $f" - ./build_and_test_until $f || exit 1 + ./build_and_test_until $f done # add SubX files one at a time -- cgit 1.4.1-2-gfad0 method='get'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/102keyboard.subx
blob: 39788075881d091fe0aee458c31738dfe4f4d3f9 (plain) (tree)
1
2
3
4
5
6
7
8