tput may fail. (#210)
This commit is contained in:
parent
3f79385160
commit
8ace2ba194
3
Makefile
3
Makefile
|
@ -98,10 +98,7 @@ test: jsoncheck numberparsingcheck stringparsingcheck basictests allparserscheck
|
||||||
./jsoncheck
|
./jsoncheck
|
||||||
./scripts/testjson2json.sh
|
./scripts/testjson2json.sh
|
||||||
./scripts/issue150.sh
|
./scripts/issue150.sh
|
||||||
@echo
|
|
||||||
@tput setaf 2
|
|
||||||
@echo "It looks like the code is good!"
|
@echo "It looks like the code is good!"
|
||||||
@tput sgr0
|
|
||||||
|
|
||||||
quiettest: jsoncheck numberparsingcheck stringparsingcheck basictests allparserscheckfile minify json2json
|
quiettest: jsoncheck numberparsingcheck stringparsingcheck basictests allparserscheckfile minify json2json
|
||||||
./basictests
|
./basictests
|
||||||
|
|
Loading…
Reference in New Issue