mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Move the trap instruction in /etc/ci/performance/test_all.sh.
This commit is contained in:
parent
9da7663e29
commit
d13ff4daf0
1 changed files with 3 additions and 2 deletions
|
@ -43,6 +43,9 @@ fi
|
|||
echo "Starting the local server"
|
||||
python3 -m http.server > /dev/null 2>&1 &
|
||||
|
||||
# Stop the local server no matter how we exit the script
|
||||
trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT
|
||||
|
||||
# TODO: enable the full manifest when #11087 is fixed
|
||||
# https://github.com/servo/servo/issues/11087
|
||||
# MANIFEST="page_load_test/tp5n/20160509.manifest"
|
||||
|
@ -61,5 +64,3 @@ then
|
|||
python3 submit_to_s3.py "${PERF_FILE}" "${PERF_KEY}"
|
||||
fi
|
||||
|
||||
echo "Stopping the local server"
|
||||
trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue