Skip to content

Commit

Permalink
use ./certsuite instead of ./tnf (no longer exists) (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid authored Jul 25, 2024
1 parent 9291909 commit d938242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/run-basic-batch-operators-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ while IFS=, read -r package_name catalog_index; do

# merge claim.json from each operator to a single csv file
echo_color "$BLUE" "add claim.json from this operator to the csv file"
if ! ./tnf claim show csv -c "$report_dir"/claim.json -n "$package_name" -t "$CNF_TYPE" "$add_headers" >>"$REPORT_FOLDER"/results.csv; then
if ! ./certsuite claim show csv -c "$report_dir"/claim.json -n "$package_name" -t "$CNF_TYPE" "$add_headers" >>"$REPORT_FOLDER"/results.csv; then
echo_color "$RED" "failed to parse claim file"
fi

Expand Down

0 comments on commit d938242

Please sign in to comment.