Testament pre parallel (#9137)

* testament: move to root dir (it's not a test)

* osproc: fix process index passed to afterRunEvent for parallel runs

it was passing the index of the process, not index of all commands

* testament: complete file move

(cherry picked from commit 97738a4f28)
This commit is contained in:
Jacek Sieka
2018-10-12 09:27:47 -06:00
committed by narimiran
parent 44f5c7e90f
commit 7cf3944c38
18 changed files with 20 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ only want to see the output of failing tests, go for
You can also run only a single category of tests. A category is a subdirectory
in the ``tests`` directory. There are a couple of special categories; for a
list of these, see ``tests/testament/categories.nim``, at the bottom.
list of these, see ``testament/categories.nim``, at the bottom.
::

View File

@@ -61,7 +61,7 @@ test command
------------
The `test`:idx: command can also be invoked with the alias ``tests``. This
command will compile and run ``tests/testament/tester.nim``, which is the main
command will compile and run ``testament/tester.nim``, which is the main
driver of Nim's test suite. You can pass options to the ``test`` command,
they will be forwarded to the tester. See its source code for available
options.