From 9a912aefa9b837df8ade5bc0aa01b30e19b672bc Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Thu, 19 Jul 2018 09:33:11 -0400 Subject: [PATCH] Avoid conflicts with anything that runs after test-perf. --- etc/ci/performance/test_perf.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/ci/performance/test_perf.sh b/etc/ci/performance/test_perf.sh index 306cc659e7cc..2f329fe50bab 100755 --- a/etc/ci/performance/test_perf.sh +++ b/etc/ci/performance/test_perf.sh @@ -52,3 +52,6 @@ mkdir -p output # Test result will be saved to output/perf-.json ./test_all.sh --servo ${*} SERVO_DIR="../../.." ${WARC_DIR}/run-warc-tests.sh + +# Exit the virtualenv +deactivate