From acee2a4bb4678a096363a21fb89da13d4bfd5d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 23 Apr 2023 13:26:26 +0200 Subject: tests: use proper exit code to mark tests as skipped --- tests/set-rpath-library.sh | 2 +- tests/set-rpath-rel-map.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/set-rpath-library.sh b/tests/set-rpath-library.sh index 6ae1715..91218cd 100755 --- a/tests/set-rpath-library.sh +++ b/tests/set-rpath-library.sh @@ -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}" diff --git a/tests/set-rpath-rel-map.sh b/tests/set-rpath-rel-map.sh index 2f890f2..97cf69a 100755 --- a/tests/set-rpath-rel-map.sh +++ b/tests/set-rpath-rel-map.sh @@ -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}" -- cgit v1.2.1 From e8909d11da3b61dce6f915a6e8e73822f12a8e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 23 Apr 2023 13:30:30 +0200 Subject: bump version --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index c3d16c1..6633391 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.17.2 +0.18.0 -- cgit v1.2.1