aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.py.in
Commit message (Collapse)AuthorAge
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* format pythonng02019-10-12
|
* Cleanup Python code: remove `import __future__`.Hartmut Goebel2019-03-10
| | | | | All of these only made Python 2 accept some Python 3 language idioms, and the code is Python-3-only.
* Fix dht python test failure with python3.7ng02019-02-13
|
* ++Nils Gillmann2018-05-22
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* futuresng02018-03-05
|
* fix test failure introduced by latest configuration parser fix, avoid ↵Christian Grothoff2017-06-26
| | | | unnecessary copying around of the configuration file
* set PATH during testcaseChristian Grothoff2017-02-02
|
* document what test doesChristian Grothoff2017-01-26
|
* -simplify tools testChristian Grothoff2014-12-16
|
* -simplify tools testChristian Grothoff2014-12-16
|
* Fix invocation of just-built toolsLRN2013-08-16
|
* -use 5 ms for timeout, not 5 usChristian Grothoff2013-08-11
|
* -fix no-dot-in-path issue on FreeBSD botChristian Grothoff2012-11-05
|
* pythonize test_dht_toolsLRN2012-07-22