Commit 6c17b66
committed
CI fix : Cleanup
testssl.sh worked as expected.
Under the hood, broken pipes are expected as part of the fast loop exit
strategy that relies as little as possible on timeout detection.
But under the CI, testssl.sh output is garbled by the subshells stderr
outputs, catched for some reason by 'prove -v'.
Simply redirecting the stderr output of the offending command to
/dev/null fixes the problem.1 parent 88856ec commit 6c17b66
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17173 | 17173 | | |
17174 | 17174 | | |
17175 | 17175 | | |
17176 | | - | |
17177 | | - | |
17178 | | - | |
17179 | | - | |
17180 | | - | |
17181 | 17176 | | |
17182 | 17177 | | |
17183 | 17178 | | |
| |||
17288 | 17283 | | |
17289 | 17284 | | |
17290 | 17285 | | |
17291 | | - | |
17292 | 17286 | | |
17293 | 17287 | | |
17294 | 17288 | | |
| |||
0 commit comments