From c54f60b713087e33758c63dc110fe02d3fea29c9 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Thu, 1 Nov 2018 17:26:01 +0000 Subject: Changes to enable analysing type errors in ASL parser Also some pretty printer improvements Make all the tests use the same colours for green/red/yellow --- test/lem/run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/lem') diff --git a/test/lem/run_tests.sh b/test/lem/run_tests.sh index 2cd97ab5..7660b250 100755 --- a/test/lem/run_tests.sh +++ b/test/lem/run_tests.sh @@ -5,9 +5,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" SAILDIR="$DIR/../.." TESTSDIR="$DIR/../typecheck/pass" -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