[stem/master] 'run-tests.py --help' mistakenly mentioned runTests.py

commit 6f7187fb3f50ae28c82eba36bb3c6b42a02bb896 Author: Damian Johnson <atagar@torproject.org> Date: Tue Jan 6 09:12:32 2015 -0800 'run-tests.py --help' mistakenly mentioned runTests.py Legacy from old naming years ago. Caught thanks to Nick... https://trac.torproject.org/projects/tor/ticket/14112 --- test/settings.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/settings.cfg b/test/settings.cfg index 96fa40d..44cb90a 100644 --- a/test/settings.cfg +++ b/test/settings.cfg @@ -30,7 +30,7 @@ integ.log ./test/data/log # ran when the user runs with '--target'. msg.help -|Usage runTests.py [OPTION] +|Usage run-tests.py [OPTION] |Runs tests for the stem library. | | -a, --all runs unit, integ, and style checks (same as '-uis')
participants (1)
-
atagar@torproject.org