From 8ace2ba194c2a8f8b9d626b7217f792607b4e7a8 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 9 Jul 2019 13:24:50 -0400 Subject: [PATCH] tput may fail. (#210) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index e9edf55a..466df5f5 100644 --- a/Makefile +++ b/Makefile @@ -98,10 +98,7 @@ test: jsoncheck numberparsingcheck stringparsingcheck basictests allparserscheck ./jsoncheck ./scripts/testjson2json.sh ./scripts/issue150.sh - @echo - @tput setaf 2 @echo "It looks like the code is good!" - @tput sgr0 quiettest: jsoncheck numberparsingcheck stringparsingcheck basictests allparserscheckfile minify json2json ./basictests