From 768e6aafcd8fd87238085a5f7940041e499548b6 Mon Sep 17 00:00:00 2001 From: Akuli Date: Fri, 15 Dec 2023 01:34:22 +0200 Subject: [PATCH] skip crash tests --- compare_compilers.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compare_compilers.sh b/compare_compilers.sh index abac573e..1ad90f9d 100755 --- a/compare_compilers.sh +++ b/compare_compilers.sh @@ -28,8 +28,7 @@ for arg in "$@"; do done if [ ${#files[@]} = 0 ]; then - # TODO: do not skip Advent Of Code files - files=( $(find stdlib examples tests -name '*.jou' | grep -v aoc2023 | sort) ) + files=( $(find stdlib examples tests -name '*.jou' | grep -v tests/crash | sort) ) fi if [ ${#actions[@]} = 0 ]; then actions=(tokenize parse run)