Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Dec 14, 2023
1 parent 768e6aa commit 3ce1ba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compare_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ for arg in "$@"; do
done

if [ ${#files[@]} = 0 ]; then
files=( $(find stdlib examples tests -name '*.jou' | grep -v tests/crash | sort) )
# skip compiler_cli, because it has a race condition when two compilers simultaneously run it
files=( $(find stdlib examples tests -name '*.jou' | grep -v tests/should_succeed/compiler_cli | grep -v tests/crash | sort) )
fi
if [ ${#actions[@]} = 0 ]; then
actions=(tokenize parse run)
Expand Down

0 comments on commit 3ce1ba3

Please sign in to comment.