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
This commit is contained in:
Viktor Szakats 2024-10-05 17:23:17 +02:00
parent b171ee6019
commit 3bd6728664
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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 \