Skip to content

Commit

Permalink
Fixed cf-support call to cf-promises to collect all classes and vars
Browse files Browse the repository at this point in the history
Had a --no-lock argument which is not supported so nothing was collected.

Ticket: CFE-4300
Changelog: title
  • Loading branch information
craigcomstock committed Dec 22, 2023
1 parent c664d41 commit bc8a0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/cf-support
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ log_cmd "$BINDIR/cf-key -p $WORKDIR/ppkeys/localhost.pub"
log_cmd "grep 'version =' $WORKDIR/inputs/promises.cf"
log_cmd "$BINDIR/cf-key -s -n"
log_cmd "$BINDIR/cf-check diagnose"
$BINDIR/cf-promises --no-lock --show-classes --show-vars > "$tmpdir/classes-and-vars.txt" 2>&1
$BINDIR/cf-promises --show-classes --show-vars > "$tmpdir/classes-and-vars.txt" 2>&1
$BINDIR/cf-agent --no-lock --file update.cf --show-evaluated-classes --show-evaluated-vars > "$tmpdir/update-evaluated-classes-and-vars.txt" 2>&1
$BINDIR/cf-agent --no-lock --file promises.cf --show-evaluated-classes --show-evaluated-vars > "$tmpdir/promises-evaluated-classes-and-vars.txt" 2>&1

Expand Down

0 comments on commit bc8a0de

Please sign in to comment.