tor/src/test/test_rebind.sh

10 lines
154 B
Bash
Raw Normal View History

#!/bin/sh
set -x
exitcode=0
"${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/test_rebind.py" "${TESTING_TOR_BINARY}" || exitcode=1
exit ${exitcode}