Browse Source

Fix references to testrunner

pull/1342/head
Sami Vaarala 8 years ago
parent
commit
63d0e567ec
  1. 2
      Makefile
  2. 5
      doc/testcases.rst

2
Makefile

@ -971,7 +971,7 @@ codepolicycheck:
--check-mixed-indent \
--check-tab-indent \
--dump-vim-commands \
src-input/*.py tools/*.py util/*.py debugger/*/*.py examples/*/*.py testrunner/*/*.py tests/perf/*.py
src-input/*.py tools/*.py util/*.py debugger/*/*.py examples/*/*.py testrunner/*.py tests/perf/*.py
@$(PYTHON) util/check_code_policy.py \
$(CODEPOLICYOPTS) \
--check-debug-log-calls \

5
doc/testcases.rst

@ -292,8 +292,9 @@ Test tools
* ``runtests/runtests.js``: original Node.js based test runner which is
likely to be rewritten as a Python program.
* ``testrunner/``: distributed test runner for Github commit/pull webhook
tests.
* ``testrunner/``: distributed test runner jobs for Github commit/pull webhook
tests. The testrunner client/server code is in its own repo
https://github.com/svaarala/duktape-testrunner.
Future work
===========

Loading…
Cancel
Save