This repository was archived by the owner on Sep 12, 2025. It is now read-only.
Commit f6fb429
authored
fix: remove -e from set options in parse-test-results.sh (#6)
Allow test_results.txt to be processed even when tests fail. Previously,
-e was causing immediate script exit on test failures before GitHub
outputs could be set, preventing proper status reporting and regression
log uploads. Now the script properly handles both pass and fail cases.1 parent 2c8302c commit f6fb429
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments