summaryrefslogtreecommitdiff
path: root/test/lem
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-11-01 17:26:01 +0000
committerAlasdair Armstrong2018-11-01 17:30:56 +0000
commitc54f60b713087e33758c63dc110fe02d3fea29c9 (patch)
tree72eb46f237b20b4e828f3fd74ca119d4febb691d /test/lem
parentaa451c3d9b9889ca00f45a928da9839788828072 (diff)
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
Diffstat (limited to 'test/lem')
-rwxr-xr-xtest/lem/run_tests.sh6
1 files changed, 3 insertions, 3 deletions
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