Fix syntax issue in gate_run.sh script

Change-Id: I98005ea6ac1457d89ef6636cf772155d7a7034d9
Closes-Bug: #1651388
This commit is contained in:
Jeffrey Zhang 2016-12-20 18:38:50 +08:00
parent 95bb052fe7
commit bbe4c0d768

View File

@ -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 {} \+