From 88effd4a0d63e37a2851712f63a9709a1e322946 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 1 Oct 2018 15:01:39 +0200 Subject: Fix sibs not finding test code in subdirs of test dir Fix platform specific configs, not all configs were checked --- src/Conf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Conf.cpp b/src/Conf.cpp index c93f830..090e1e1 100644 --- a/src/Conf.cpp +++ b/src/Conf.cpp @@ -461,7 +461,7 @@ namespace sibs // Do not free file content (fileContentResult) on purpose, since we are using the data and sibs is short lived Result parseResult = Parser::parse(code, config); if(!parseResult) - return Result::Err("Failed to read config for: " + parseResult.getErrMsg()); + return Result::Err("Failed to read config, reason: " + parseResult.getErrMsg()); if(!config.isTest()) { -- cgit v1.2.3