summaryrefslogtreecommitdiff
path: root/src/test/test_rebind.sh
diff options
context:
space:
mode:
authorrl1987 <rl1987@sdf.lonestar.org>2018-08-05 16:27:49 +0300
committerNick Mathewson <nickm@torproject.org>2018-09-12 09:06:16 -0400
commit5a11670fcaad0a58de48425ba80510effbe35628 (patch)
treef5af3a3f3ac6298a99c01c6e3f7e640b8f9592bb /src/test/test_rebind.sh
parent4811869d7a603dfb6cc9881bb5aae9815ceab4e5 (diff)
downloadtor-5a11670fcaad0a58de48425ba80510effbe35628.tar.gz
tor-5a11670fcaad0a58de48425ba80510effbe35628.zip
Update/fix CI build
Update integration test to Python 3
Diffstat (limited to 'src/test/test_rebind.sh')
-rwxr-xr-xsrc/test/test_rebind.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_rebind.sh b/src/test/test_rebind.sh
index 47f38afc45..2e18f9c979 100755
--- a/src/test/test_rebind.sh
+++ b/src/test/test_rebind.sh
@@ -1,5 +1,7 @@
#!/bin/sh
+set -x
+
exitcode=0
"${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/test_rebind.py" "${TESTING_TOR_BINARY}" || exitcode=1