Skip to content

Fix subsequent test runs

ivan tkachenko requested to merge work/ratijas/test-copy into master

Remove potentially existing target file before attempting to copy a new one. Otherwise, if target file exists, copy operation fails with return value false.


Can't all this be leveraged to CMake? Like, generating build artifacts in a filesystem tree equivalent to install locations? Maybe CI could be instructed to run tests after properly installing things?

Merge request reports