commit cea5002514638c308231e0e606baa26b989cec74 Author: Iain R. Learmonth irl@fsfe.org Date: Tue Feb 19 09:13:31 2019 +0000
Adds a helper script to run tests --- run_tests.sh | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/run_tests.sh b/run_tests.sh new file mode 100755 index 0000000..c0bf555 --- /dev/null +++ b/run_tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +PYTHONPATH=. python -m nose
tor-commits@lists.torproject.org