mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-26 08:31:44 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
# Since the tests for nre are all bundled together we treat failure in one test as an nre failure
|
||||
# When running 'tests/testament/tester' a failed check() in the test suite will cause the exit
|
||||
# When running 'testament/tester' a failed check() in the test suite will cause the exit
|
||||
# codes to differ and be reported as a failure
|
||||
|
||||
output:
|
||||
|
||||
Reference in New Issue
Block a user