Skip to content

Commit

Permalink
Merge #491
Browse files Browse the repository at this point in the history
491: tests: use proper exit code to mark tests as skipped r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
  • Loading branch information
bors[bot] and Mic92 committed Apr 23, 2023
2 parents 98591a5 + e8909d1 commit 99c2423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/set-rpath-library.sh
Expand Up @@ -3,7 +3,7 @@ SCRATCH=scratch/$(basename "$0" .sh)

if test "$(uname)" = FreeBSD; then
echo "skipping on FreeBSD"
exit 0
exit 77
fi

rm -rf "${SCRATCH}"
Expand Down
2 changes: 1 addition & 1 deletion tests/set-rpath-rel-map.sh
Expand Up @@ -6,7 +6,7 @@ OBJCOPY=${OBJCOPY:-objcopy}

if ! $OBJDUMP -p main | grep -q MIPS_RLD_MAP_REL; then
echo "No MIPS_RLD_MAP_REL dynamic section entry, skipping"
exit 0
exit 77
fi

rm -rf "${SCRATCH}"
Expand Down
2 changes: 1 addition & 1 deletion version
@@ -1 +1 @@
0.17.2
0.18.0

0 comments on commit 99c2423

Please sign in to comment.