From dbd6657c5967e8c00d62f07c0ea51bb12de4a6ce Mon Sep 17 00:00:00 2001 From: David Elie-Dit-Cosaque Date: Wed, 24 Jul 2024 18:13:54 -0500 Subject: [PATCH] use ./certsuite instead of ./tnf (no longer exists) --- script/run-basic-batch-operators-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/run-basic-batch-operators-test.sh b/script/run-basic-batch-operators-test.sh index bf54a140e..11e5e048d 100755 --- a/script/run-basic-batch-operators-test.sh +++ b/script/run-basic-batch-operators-test.sh @@ -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