diff options
| author | Alasdair Armstrong | 2018-11-01 17:26:01 +0000 |
|---|---|---|
| committer | Alasdair Armstrong | 2018-11-01 17:30:56 +0000 |
| commit | c54f60b713087e33758c63dc110fe02d3fea29c9 (patch) | |
| tree | 72eb46f237b20b4e828f3fd74ca119d4febb691d /test/lem | |
| parent | aa451c3d9b9889ca00f45a928da9839788828072 (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-x | test/lem/run_tests.sh | 6 |
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 |
