0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 04:12:13 +02:00

On Travis, put random data in ~/.torrc

This commit is contained in:
rl1987 2019-06-23 13:31:47 +03:00
parent 70415c9f72
commit f9de9052e1

View File

@ -191,6 +191,9 @@ install:
- python --version
## run stem tests if they are enabled.
- if [[ "$TEST_STEM" != "" ]]; then pushd stem; python -c "from stem import stem; print(stem.__version__);"; git log -1; popd; fi
## We don't want Tor tests to depends on default configuration file at
## ~/.torrc. So we put some random bytes in there, to make sure it doesn't.
- dd ibs=1 count=1024 if=/dev/urandom > ~/.torrc
script:
# Skip test_rebind on macOS