prop224: 'is_new_tp' -> 'use_second_hdsir_index' in hs_get_responsible_hsdirs()
[tor.git] / src / test / test_hs_ntor.sh
blob8a0003d44a3dc82c6ad82ae91ef90f13e2e11217
1 #!/bin/sh
2 # Validate Tor's ntor implementation.
4 exitcode=0
6 # Run the python integration test sand 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}