hypothetical timeout flag
This commit is contained in:
parent
91202528e9
commit
8db241f1c3
8
urchin
8
urchin
@ -344,11 +344,13 @@ The following flags affect how this multiple-shell testing is handled.
|
|||||||
test files directly, and it will not manipulate the
|
test files directly, and it will not manipulate the
|
||||||
TEST_SHELL environment variable.
|
TEST_SHELL environment variable.
|
||||||
|
|
||||||
Urchin can run any Unix-style programs for any purpose, not just for testing.
|
The following flags affect how Urchin processes tests.
|
||||||
If you are using Urchin for automatally running periodic jobs or for running
|
|
||||||
lots of configuration files, you may find these options helpful.
|
|
||||||
|
|
||||||
-e, --exit-on-fail Stop running if any single test fails.
|
-e, --exit-on-fail Stop running if any single test fails.
|
||||||
|
This is useful if you are running something
|
||||||
|
configuration files with Urchin.
|
||||||
|
-T, --timeout <seconds> Kill a test if it runs for longer than the
|
||||||
|
specified duration. The default is no timeout.
|
||||||
-f, --force Force running even if the test directory's name
|
-f, --force Force running even if the test directory's name
|
||||||
does not contain the word "test".
|
does not contain the word "test".
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user