From 356b655efd8739d68db1c3ce84b81c40e22cc186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Wed, 15 May 2019 15:34:36 +0200 Subject: [PATCH] Enable debug mode --- scripts/travis_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis_test.sh b/scripts/travis_test.sh index 61f583f..3b2a19b 100755 --- a/scripts/travis_test.sh +++ b/scripts/travis_test.sh @@ -3,4 +3,4 @@ set -ex ./dist/${OS_NAME}/amd64/ooni onboard --yes -./dist/${OS_NAME}/amd64/ooni run --no-collector +./dist/${OS_NAME}/amd64/ooni run -v --no-collector