diff --git a/lib/linter.sh b/lib/linter.sh index bc8f7bd4..557fae4c 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -417,6 +417,8 @@ GetLinterRules() { # Here we expect a rules file, so fail if not available. fatal " -> ${LANGUAGE_LINTER_RULES} rules file (${!LANGUAGE_LINTER_RULES}) doesn't exists. Terminating..." fi + + eval "export ${LANGUAGE_LINTER_RULES}" } ################################################################################ #### Function GetStandardRules ################################################# @@ -1189,16 +1191,6 @@ if [[ ${TEST_CASE_RUN} != "false" ]]; then ############################################# MULTI_STATUS='false' - ####################################### - # Print ENV before running test cases # - ####################################### - debug "--- ENV (before running test cases) ---" - debug "---------------------------------------" - PRINTENV=$(printenv | sort) - debug "ENV:" - debug "${PRINTENV}" - debug "---------------------------------------" - ########################### # Run only the test cases # ###########################