We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce3873 commit 5bca8e5Copy full SHA for 5bca8e5
.github/workflows/openldap.yml
@@ -119,10 +119,10 @@ jobs:
119
TEST_RESULT=${PIPESTATUS[0]}
120
if [ $TEST_RESULT -eq 124 ]; then
121
echo "ERROR: make -j check timed out after 15 minutes with WOLFPROV_FORCE_FAIL=1"
122
- exit 1
+ TEST_RESULT=1
123
fi
124
else
125
make -j check 2>&1 | tee openldap-test.log
126
+ TEST_RESULT=${PIPESTATUS[0]}
127
- TEST_RESULT=${PIPESTATUS[0]}
128
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} openldap
0 commit comments