Remove set_log_counters.sh from archives 88/54288/1
authorSam Hague <shague@redhat.com>
Mon, 3 Apr 2017 22:46:44 +0000 (18:46 -0400)
committerSam Hague <shague@redhat.com>
Mon, 3 Apr 2017 22:46:49 +0000 (18:46 -0400)
The line in the archive macro is blindly copying anything
with the string log in it as shown below. So remove the
script after it has been copied to the nodes.

mv *log* *.log *.log.gz *.csv *.png $WORKSPACE/archives
 || true  # Don't fail if file missing

Change-Id: I280d9083e92bd29e40e1a51edb918ad9cdb7e2d5
Signed-off-by: Sam Hague <shague@redhat.com>
csit/scripts/set_log_counters.sh

index 02be29629a362cff5103df29b5bcdfffd5db8adc..adc60748d7f2b5d0e5a98970f586073c2692288f 100644 (file)
@@ -22,3 +22,5 @@ do
         ssh ${!CONTROLLERIP} 'bash /tmp/set_log_counters.sh'
 
 done
+
+rm ${WORKSPACE}/set_log_counters.sh