diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build-vsperf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-vsperf.sh b/ci/build-vsperf.sh index d34c72fb..dc7e6ec2 100755 --- a/ci/build-vsperf.sh +++ b/ci/build-vsperf.sh @@ -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 |