Skip to content

Fix for unit test failure in nightly.

Andy Salnikov requested to merge salnikov/monsvc:tickets/ADHI-4766-1 into master

Previous commit was only tested in tdaq-08-03-01, but in nightly things work differently w.r.t. where test are executed, so that relative path name used to open oksconfig file does not work any more. Added simple logic to try to make things more portable, that needs an environment variable passed to the test from CMakeLists.txt.

Closes ADHI-4766

Merge request reports