1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-07-26 15:29:01 +00:00

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

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