diff --git a/.travis.yml b/.travis.yml index 7a391ad..9f9ebc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: generic install: - npm install script: - - chmod u+x ./utest.sh && cd self_test && bash ../utest.sh \ No newline at end of file + - chmod u+x ./utest.sh + - chmod u+x ./self_test/autodetection_cli/someprogram.sh + - cd self_test && bash ../utest.sh --ttools stime --tno-spinner \ No newline at end of file diff --git a/README.md b/README.md index b3ac66d..abc3140 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,8 @@ You can read more about dynamic variables in *variables* section. | Switch | Parameters | Description | |-----------------------------------|------------|--------------| +| **--tdebug** | | Disables removing any files (so the utest probably won't do any harm) and enables --tlog flag. | +| **--tlog** | | Enable logging into utest.log file in the current directory. | | **--ttools** | *[tools]* | Sets additional debug tools.
`[tools]` is the coma-separated array of tools names.
Tools names can be as the following:
| | **--tscript** | *[script]* | Sets output testing command as `[script]`
Script path is path to the executed script/program.
There exists few built-in testing scripts: