From e5437abe25c55ee7fa0cecde4e2ef8102cb76087 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 19 Feb 2014 16:09:19 -0500 Subject: [PATCH] Start compressing config files too This commit starts gzipping the config files that are copied to the log directory. Previously this was overlooked because there weren't any conf files copied. Change-Id: I21902d34eeea6931289f2a8053c787cd5284e5b2 --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 49532e19..90402bcf 100644 --- a/functions.sh +++ b/functions.sh @@ -435,6 +435,7 @@ function cleanup_host { # Compress all text logs sudo find $BASE/logs -iname '*.txt' -execdir gzip -9 {} \+ sudo find $BASE/logs -iname '*.dat' -execdir gzip -9 {} \+ + sudo find $BASE/logs -iname '*.conf' -execdir gzip -9 {} \+ # Save the tempest nosetests results sudo cp $BASE/new/tempest/nosetests*.xml $BASE/logs/