diff --git a/tools/gate_run.sh b/tools/gate_run.sh index e68ff6431a..e4301e7355 100755 --- a/tools/gate_run.sh +++ b/tools/gate_run.sh @@ -66,7 +66,7 @@ function collect_logs { done # append .txt to all kolla config file - find logs/kolla_configs -type -f -exec mv '{}' '{}'.txt \; + find logs/kolla_configs -type f -exec mv '{}' '{}'.txt \; # Compress all text logs find logs -iname '*.txt' -execdir gzip -9 {} \+