colourise diff output
This commit is contained in:
parent
b0a28f9f16
commit
427f2773bf
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
SKIP="./zig-out/bin/skip"
|
SKIP="./zig-out/bin/skip"
|
||||||
DIFF="diff -u"
|
DIFF="diff -u --color"
|
||||||
|
|
||||||
if test ! -x $SKIP ; then
|
if test ! -x $SKIP ; then
|
||||||
echo "File missing: $SKIP - try 'zig build'"
|
echo "File missing: $SKIP - try 'zig build'"
|
||||||
|
|
Loading…
Reference in a new issue