test_rebind.sh 154 B

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