From 140922fe3c3bc16f11b35e5c5df9c36386dbc65a Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Wed, 30 Nov 2016 14:59:22 +0100 Subject: [PATCH] Skip codingstyle test (when indent not present) --- test/test_all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_all.sh b/test/test_all.sh index 9effb562..5e2645bc 100755 --- a/test/test_all.sh +++ b/test/test_all.sh @@ -26,6 +26,7 @@ $TPKG -a ../.. fake 30-load-pyldns.tpkg $TPKG -a ../.. fake 31-load-pyldnsx.tpkg $TPKG -a ../.. fake 32-unbound-regression.tpkg $TPKG -a ../.. fake 999-compile-nossl.tpkg +which indent || $TPKG -a ../.. fake codingstyle.tpkg for tests in *.tpkg do -- 2.47.3