Skip to content

Commit

Permalink
ada: also skip the test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed May 9, 2024
1 parent 1d280bc commit 223e4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ada/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

if [[ "$MSYSTEM" == CLANG* || "$MSYSTEM" == "MSYS" || "$CC" == "clang" ]]; then
echo "skipped on $MSYSTEM"
if [[ "$MSYSTEM" == CLANG* || "$MSYSTEM" == "MINGW32" || "$MSYSTEM" == "MSYS" || "$CC" == "clang" ]]; then
echo "skipped on $MSYSTEM with $CC"
exit 0;
fi

Expand Down

0 comments on commit 223e4d0

Please sign in to comment.