wxWidgets/.github
Vadim Zeitlin 478720c18e Fix rerunning the tests in case of LeakSanitizer crash
The changes of 211cde11d4 (Rerun the test if LeakSanitizer crashed while
running it, 2021-02-05) didn't work because the script is executed with
"-e" shell option and so none of the commands added there was actually
run.

Fix this by using the usual "|| rc=$?" construct instead.
2021-03-23 14:56:45 +01:00
..
workflows Fix rerunning the tests in case of LeakSanitizer crash 2021-03-23 14:56:45 +01:00
CONTRIBUTING.md