Skip to content

Commit

Permalink
Fixed command to run subtest to leverage dcs bundlesequence
Browse files Browse the repository at this point in the history
  • Loading branch information
nickanderson committed Nov 11, 2021
1 parent 93afbca commit 59a650c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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));

}

0 comments on commit 59a650c

Please sign in to comment.