Skip to content

Commit

Permalink
skip crash tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 14, 2023
1 parent 678a677 commit 768e6aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compare_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 768e6aa

Please sign in to comment.