Skip to content

Prevent spurious failures if TCK DB tests are run multiple times

Marco Clemencic requested to merge marcocle/fix-re-run-of-tck-tests into master

I noticed that when Hlt/HltServices tests are run multiple times without a make purge, the second time some of them fail.

With this change I force the first of the chain of tests to always start from a clean state (removing first the file it's supposed to create).

to backport to run2-patches

Edited by Marco Cattaneo

Merge request reports