Skip to content
Snippets Groups Projects
Commit e2fa6b6c authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Fixed help text

Rev: bin/test_pike.pike:1.79
parent 54a45ee2
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike #!/usr/local/bin/pike
/* $Id: test_pike.pike,v 1.78 2002/12/29 22:32:00 nilsson Exp $ */ /* $Id: test_pike.pike,v 1.79 2002/12/30 01:29:53 nilsson Exp $ */
import Stdio; import Stdio;
...@@ -934,7 +934,7 @@ Usage: test_pike [args] [testfiles] ...@@ -934,7 +934,7 @@ Usage: test_pike [args] [testfiles]
-sX, --start-test=X Where in the testsuite testing should start, e.g. ignores X -sX, --start-test=X Where in the testsuite testing should start, e.g. ignores X
tests in every testsuite. tests in every testsuite.
-eX, --end-after=X How many tests should be run. -eX, --end-after=X How many tests should be run.
-f, --fail If set, the testsuite always fails. -f, --fail If set, the test program exits on first failure.
-lX, --loop=X The number of times the testsuite should be run. Default is -lX, --loop=X The number of times the testsuite should be run. Default is
1. 1.
-tX, --trace=X Run tests with trace level X. -tX, --trace=X Run tests with trace level X.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment