From 3dfe0358d924ae143c4a516c379b9be6fbed9a2c Mon Sep 17 00:00:00 2001 From: kristof <Kristof.Szabados@ericsson.com> Date: Sat, 25 Feb 2017 14:42:56 +0100 Subject: [PATCH] something is not right: the junitlogger test does not support non-dynamic execution right now. Signed-off-by: kristof <Kristof.Szabados@ericsson.com> --- regression_test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression_test/Makefile b/regression_test/Makefile index 6c5048989..3a0c80212 100644 --- a/regression_test/Makefile +++ b/regression_test/Makefile @@ -45,13 +45,13 @@ nonMandatoryPar logFiles logger_control namedActualParameters \ assignmentNotation omitdef anytype RAW implicitMsgEncoding pattern_quadruples \ macros visibility hexstrOper ucharstrOper objidOper CRTR00015758 slider \ XML ipv6 implicitOmit testcase_defparam transparent HQ16404 cfgFile \ -all_from lazyEval tryCatch text2ttcn json junitlogger ttcn2json profiler templateOmit \ +all_from lazyEval tryCatch text2ttcn json ttcn2json profiler templateOmit \ customEncoding makefilegen uidChars checkstate hostid templateIstemplatekind \ selectUnion templateExclusiveRange any_from templatePatternRef indexWithRecofArray \ connectMapOperTest fuzzy ifdef DYN -DIRS += loggerplugin +DIRS += loggerplugin junitlogger endif ifdef RT2 -- GitLab