From 9f0b685268aa6e2ed30a02dfb0d9fe2a944e3c13 Mon Sep 17 00:00:00 2001 From: Shing Lyu Date: Wed, 16 Nov 2016 17:09:08 +0800 Subject: [PATCH] Space nit --- etc/ci/performance/test_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ci/performance/test_all.sh b/etc/ci/performance/test_all.sh index e3011048207..35031da0be0 100755 --- a/etc/ci/performance/test_all.sh +++ b/etc/ci/performance/test_all.sh @@ -45,7 +45,7 @@ MANIFEST="page_load_test/tp5n/20160509.manifest" # A manifest that excludes PERF_FILE="output/perf-$(date +%s).json" echo "Running tests" -python3 runner.py ${engine} --runs 3 --timeout "${timeout}"\ +python3 runner.py ${engine} --runs 3 --timeout "${timeout}" \ "${MANIFEST}" "${PERF_FILE}" if [[ "${submit:-}" ]];