Invoke install-tor.sh with the correct path.

This commit is contained in:
Jean-Paul Calderone 2019-01-24 10:04:07 -05:00
parent 3c5cb8d3cf
commit 25719ca1cb

View File

@ -218,7 +218,8 @@ jobs:
- run:
name: "Install Tor"
command: |
integration/install-tor.sh
# Don't forget that we moved the source tree to /tmp.
/tmp/project/integration/install-tor.sh
- save_cache: *SAVE_HTTP_CACHE
- save_cache: *SAVE_WHEELHOUSE
- run: *RUN_TESTS