From 59a650cc53964f633a1147280b27ce58eb3d4f65 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Thu, 11 Nov 2021 13:20:35 -0600 Subject: [PATCH] Fixed command to run subtest to leverage dcs bundlesequence --- ...able_values_ini_no_error_when_keys_in_section_not_present.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/lib/files/set_variable_values_ini_no_error_when_keys_in_section_not_present.cf b/tests/acceptance/lib/files/set_variable_values_ini_no_error_when_keys_in_section_not_present.cf index 766b487ac..2d0eb27c5 100644 --- a/tests/acceptance/lib/files/set_variable_values_ini_no_error_when_keys_in_section_not_present.cf +++ b/tests/acceptance/lib/files/set_variable_values_ini_no_error_when_keys_in_section_not_present.cf @@ -30,6 +30,6 @@ bundle agent check methods: "Pass/FAIL" - usebundle => dcs_passif_output(".*", ".*error.*", "$(sys.cf_agent) -Kf $(this.promise_filename).sub", $(this.promise_filename)); + usebundle => dcs_passif_output(".*", ".*error.*", "$(sys.cf_agent) -Kf $(this.promise_filename).sub --define AUTO", $(this.promise_filename)); }