diff --git a/tests/functional/end-to-end.bats b/tests/functional/end-to-end.bats index e2e266a1..5d398f9f 100644 --- a/tests/functional/end-to-end.bats +++ b/tests/functional/end-to-end.bats @@ -486,6 +486,7 @@ test_report_format_impl() { @test "custom_fc_macros" { run ${SELINT_PATH} -c configs/default.conf -s policies/misc/fc_macros.fc count=$(echo ${output} | grep -o "E-002" | wc -l) + echo ${output} [ "$count" -eq 1 ] run ${SELINT_PATH} -c configs/fc_macros.conf -s policies/misc/fc_macros.fc count=$(echo ${output} | grep -o "E-002" | wc -l)