commit 82f72cf1ecf50021fdb347ec18b30d40c363c050 Author: Arturo Filastò art@fuffa.org Date: Thu Nov 15 11:38:46 2012 +0100
Fix running of http_keyword_filtering test in before_i_commit script --- before_i_commit.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/before_i_commit.sh b/before_i_commit.sh index f76672a..06af677 100755 --- a/before_i_commit.sh +++ b/before_i_commit.sh @@ -22,7 +22,7 @@ find . -type f -name "*.py[co]" -delete
./bin/ooniprobe -l before_i_commit.log -o http_host.yamloo nettests/core/http_host.py -b http://ooni.nu/test -f test_inputs/http_host_file.txt
-./bin/ooniprobe -l before_i_commit.log -o http_keyword_filtering.yamloo nettests/core/http_keyword_filtering.py -b http://ooni.nu/test/ -f test_inputs/http_keyword_filtering_file.txt +./bin/ooniprobe -l before_i_commit.log -o http_keyword_filtering.yamloo nettests/core/http_keyword_filtering.py -b http://ooni.nu/test/ -f test_inputs/keyword_filtering_file.txt
./bin/ooniprobe -l before_i_commit.log -o url_lists.yamloo nettests/core/url_list.py -f test_inputs/url_lists_file.txt
tor-commits@lists.torproject.org