Skip to content

Commit

Permalink
Work on check-macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed May 17, 2024
1 parent 70a0f11 commit 41d9ef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ set -e
git clone --depth 1 https://git.savannah.gnu.org/git/"$package".git
cd "$package"

# Let the tests continue after the first test failure.
sed -i -e '/abort/d' gltests/macros.h

rm -rf ../testdir-all
./gnulib-tool --create-testdir --dir=../testdir-all --with-c++-tests --without-privileged-tests --single-configure `./all-modules`

Expand Down

0 comments on commit 41d9ef3

Please sign in to comment.