blob: 71885a5c36355d2884b495ef77eee403a445b1db (
plain) (
blame)
1
2
3
4
5
|
Make artifact file moving not fail
If a unit test pass fails early then all additional tests are skipped.
Currently all ctest result files are moved even if those tests didn't run.
These moves will fail and look like additional spurious failure
Add something like a `|| true` at the end of those moves so they don't look like additional failures.
|