Skip to content

Commit 6ffc1e4

Browse files
committed
fix: pem.test exit 1 on test failure
1 parent c4c71ee commit 6ffc1e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/pem.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,3 +457,7 @@ fi
457457
# Cleanup temporaries
458458
do_cleanup
459459

460+
if [ "$TEST_FAIL_CNT" != "0" ]; then
461+
exit 1
462+
fi
463+

0 commit comments

Comments
 (0)