Stop showing colors from criterion

Vim's command buffer shows them literally, and then I get cranky
This commit is contained in:
Peter Evans 2018-03-02 16:41:44 -06:00
parent c5d1542937
commit cbf693b186
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
STATIC_ANALYSIS=
test:
cd tests/build && make && ./erc-test
cd tests/build && make && ./erc-test --ascii
build:
cd build && make