Space nit

This commit is contained in:
Shing Lyu 2016-11-16 17:09:08 +08:00
parent d8b862e4d7
commit 9f0b685268

View file

@ -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:-}" ]];