@@ -684,7 +684,7 @@ check_stackrox_logs() {
684684 local dir=" $1 "
685685
686686 if [[ ! -d " $dir /stackrox/pods" ]]; then
687- die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox)"
687+ die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox $dir )"
688688 fi
689689
690690 check_for_stackrox_OOMs " $dir "
@@ -700,7 +700,7 @@ check_for_stackrox_OOMs() {
700700 local dir=" $1 "
701701
702702 if [[ ! -d " $dir /stackrox/pods" ]]; then
703- die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox)"
703+ die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox $dir )"
704704 fi
705705
706706 local objects
@@ -787,7 +787,7 @@ check_for_stackrox_restarts() {
787787 local dir=" $1 "
788788
789789 if [[ ! -d " $dir /stackrox/pods" ]]; then
790- die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox)"
790+ die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox $dir )"
791791 fi
792792
793793 local previous_logs
@@ -819,7 +819,7 @@ check_for_errors_in_stackrox_logs() {
819819 local dir=" $1 /stackrox/pods"
820820
821821 if [[ ! -d " ${dir} " ]]; then
822- die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox)"
822+ die " StackRox logs were not collected. (Use ./scripts/ci/collect-service-logs.sh stackrox $dir )"
823823 fi
824824
825825 local pod_objects=()
@@ -878,7 +878,7 @@ _verify_item_count() {
878878 # used by ./scripts/ci/collect-service-logs.sh
879879
880880 if [[ ! -f " ${dir} /ITEM_COUNT.txt" ]]; then
881- die " ITEM_COUNT.txt is missing. (Check output from ./scripts/ci/collect-service-logs.sh"
881+ die " ITEM_COUNT.txt is missing. (Check output from ./scripts/ci/collect-service-logs.sh) "
882882 fi
883883
884884 local item_count
0 commit comments