From 427f2773bfecd3d6f4f3a30411ea50f3b87946b9 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 15 Jan 2022 14:38:26 +0000 Subject: [PATCH] colourise diff output --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 0cb497e..09148e1 100755 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ set -e SKIP="./zig-out/bin/skip" -DIFF="diff -u" +DIFF="diff -u --color" if test ! -x $SKIP ; then echo "File missing: $SKIP - try 'zig build'"