fix unittests

This commit is contained in:
2022-11-10 16:11:05 +01:00
parent 194b3e100a
commit 6ca1a5c796
7 changed files with 20 additions and 17 deletions

View File

@ -22,7 +22,9 @@ UioMapper::UioMapper(std::string uioFile, int mapNum) : mapNum(mapNum) {
if (res) {
this->uioFile = res;
} else {
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "Could not resolve real path of UIO file " << uioFile << std::endl;
#endif
}
free(res);
} else {