]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Improve comment in .travis.yml
authorrl1987 <rl1987@sdf.lonestar.org>
Sun, 23 Jun 2019 11:12:05 +0000 (14:12 +0300)
committerrl1987 <rl1987@sdf.lonestar.org>
Sun, 23 Jun 2019 11:12:05 +0000 (14:12 +0300)
.travis.yml

index 1901d950a43fdcfe283944e94f03624f9b1ed205..fe34fac2559649d0a00932788fc7545d66f05cc2 100644 (file)
@@ -191,8 +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.
+  ## We don't want Tor tests to depend on default configuration file at
+  ## ~/.torrc. So we put some random bytes in there, to make sure we get build
+  ## failures in case Tor is reading it during CI jobs.
   - dd ibs=1 count=1024 if=/dev/urandom > ~/.torrc
 
 script: