bareos: master 4816ac15

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2024-01-17 13:11 master aafd5ad1 Pending
Changeset bareos-systemtest-functions: fix bad regex replace

Depending on where your source code is located, the regex replace may
remove more than just the path prefix that we want to
replace (e.g. source is located at /bareos -> bad replace for
etc/bareos/...).

Now ALL_FILES contains paths relative to CMAKE_SOURCE_DIR (that way we
do not need to remove it anymore). To restore the previous behaviour
we now just need to prepend the source directory again to get the
CURRENT_FILE.
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File