From 9531333e7ff6381e51e902d90e8ebc3e2bbb2208 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 25 May 2018 12:47:32 -0700 Subject: 4248 -- simplify CI --- test_layers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_layers') diff --git a/test_layers b/test_layers index 9cbc12e5..47cb01b0 100755 --- a/test_layers +++ b/test_layers @@ -30,7 +30,7 @@ do if [[ $f < $1 ]]; then continue; fi if [[ $2 && $f > $2 ]]; then exit 0; fi echo "=== $f" - rm -rf .build mu.cc mu_bin core.mu # force full rebuild for top-level, but not subsidiary tools like tangle and cleave + ./clean top-level # preserve subsidiary tools like tangle and cleave ./$BUILD --until $f || exit 1 # valgrind requires Linux valgrind --leak-check=yes --num-callers=40 -q --error-exitcode=1 ./mu_bin test || exit 1 -- cgit 1.4.1-2-gfad0 his commit Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/unittests/test_autocomplete.c
blob: f6ef8653142a5f7bf6c68f881d966c4893896591 (plain) (tree)
1
2
3
4
5
6
7
8
9