From: Viktor Szakats Date: Sat, 5 Oct 2024 15:23:17 +0000 (+0200) Subject: GHA/non-native: fix OmniOS job to fail on tests X-Git-Tag: curl-8_11_0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bd67286641b3afb17386b49ee0550759b3a8a2f;p=thirdparty%2Fcurl.git GHA/non-native: fix OmniOS job to fail on tests Before this patch a failed test did not result in a failed CI job. Closes #15160 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index c8b4601e3e..fc4f468cbd 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -191,6 +191,7 @@ jobs: # https://pkg.omnios.org/r151050/core/en/index.shtml prepare: pkg install build-essential libtool run: | + set -e ln -s /usr/bin/gcpp /usr/bin/cpp # Some tests expect `cpp`, which is named `gcpp` in this env. autoreconf -fi mkdir bld && cd bld && ../configure --enable-unity --enable-test-bundles --enable-debug --enable-warnings --enable-werror \