Skip to content

Commit 5bca8e5

Browse files
committed
Add correct openldap handling
1 parent bce3873 commit 5bca8e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openldap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ jobs:
119119
TEST_RESULT=${PIPESTATUS[0]}
120120
if [ $TEST_RESULT -eq 124 ]; then
121121
echo "ERROR: make -j check timed out after 15 minutes with WOLFPROV_FORCE_FAIL=1"
122-
exit 1
122+
TEST_RESULT=1
123123
fi
124124
else
125125
make -j check 2>&1 | tee openldap-test.log
126+
TEST_RESULT=${PIPESTATUS[0]}
126127
fi
127-
TEST_RESULT=${PIPESTATUS[0]}
128128
$GITHUB_WORKSPACE/.github/scripts/check-workflow-result.sh $TEST_RESULT ${{ matrix.force_fail }} openldap

0 commit comments

Comments
 (0)