Merge branch 'maint-0.4.6'
[tor.git] / src / test / test_hs_ntor.sh
blobee7141cc9ad040bf2e13619d753fb35072b6e68e
1 #!/bin/sh
2 # Validate Tor's ntor implementation.
4 exitcode=0
6 # Run the python integration tests and return the exitcode of the python
7 # script. The python script might ask the testsuite to skip it if not all
8 # python dependencies are covered.
9 "${PYTHON:-python}" "${abs_top_srcdir:-.}/src/test/hs_ntor_ref.py" || exitcode=$?
11 exit ${exitcode}