[tor-commits] [ooni-probe/master] Oops. 'make' should be run from the ./inputs/ directory, it's not a script. Duh.

isis at torproject.org isis at torproject.org
Tue Mar 12 02:28:27 UTC 2013


commit d5c8b02d10689666deb4c3628fe4fef8ccb28b0f
Author: Isis Lovecruft <isis at torproject.org>
Date:   Mon Mar 11 18:52:07 2013 +0000

    Oops. 'make' should be run from the ./inputs/ directory, it's not a script. Duh.
---
 .travis.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a2324e6..87135ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,6 @@ python:
   - "2.7"
   - "2.6"
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
-install: pip install -r requirements.txt --use-mirrors && ./inputs/make
+install: pip install -r requirements.txt --use-mirrors && cd ./inputs/ && make && cd ..
 # command to run tests, e.g. python setup.py test
 script:  bin/ooniprobe nettest/blocking/tcpconnect.py -f inputs/ooni-inputs/processed/alexa-top-1k.txt





More information about the tor-commits mailing list