From 7835052c225a6fd1d6f3e05217ea4b583ec0831a Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Thu, 7 Feb 2019 18:29:43 +0000 Subject: Updates for asl_parser Tweak colours of monomorphistion test output --- test/mono/run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/mono/run_tests.sh') diff --git a/test/mono/run_tests.sh b/test/mono/run_tests.sh index 6a9dedd6..08926aaa 100755 --- a/test/mono/run_tests.sh +++ b/test/mono/run_tests.sh @@ -6,9 +6,9 @@ SAILDIR="$DIR/../.." TESTSDIR="$DIR" OUTPUTDIR="$DIR/test-output" -RED='\033[0;31m' -GREEN='\033[0;32m' -YELLOW='\033[0;33m' +RED='\033[0;91m' +GREEN='\033[0;92m' +YELLOW='\033[0;93m' NC='\033[0m' rm -f $DIR/tests.xml -- cgit v1.2.3