ci: Fix of CI graphs generation 29/36029/1
authorMartin Klozik <martinx.klozik@intel.com>
Tue, 13 Jun 2017 06:27:07 +0000 (07:27 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Tue, 13 Jun 2017 06:27:15 +0000 (07:27 +0100)
Parameters must be quoted, otherwise list of testcases is split
among many parameters.

Change-Id: I16ca4feb7e8d30bbbed60fd259e3bd3155f382b3
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
ci/build-vsperf.sh

index d34c72f..dc7e6ec 100755 (executable)
@@ -310,7 +310,7 @@ function generate_report() {
 # generates graphs from recent test results
 function generate_and_push_graphs() {
     # create graphs from results in archive directory
-    ./ci/plot-results.sh $1 $2 $RESULTS_ARCHIVE
+    ./ci/plot-results.sh "$1" "$2" "$RESULTS_ARCHIVE"
 
     # push graphs into artifactory
     if ls *png &> /dev/null ; then