Skip to content

Commit

Permalink
Merge pull request #5408 from craigcomstock/CFE-4300/master
Browse files Browse the repository at this point in the history
CFE-4300: Fixed cf-support call to cf-promises to collect all classes and vars
  • Loading branch information
larsewi authored Dec 22, 2023
2 parents c664d41 + bc8a0de commit ec6c4cf
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 ec6c4cf

Please sign in to comment.