File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1919 - index.js renamed to main.js
2020 - preparing the environment may be optional
2121 - errors during test function are now saved into test record db
22+ - new config options (see readme)
2223
2324
2425## [ 1.2.0]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A small set of modules written in Node.js for running automated tests of MATLAB
44
55Currently unsupported:
66* Running tests on forked repositories
7- *
7+ * Testing multiple repos (unless they are submodules)
88
99## Getting Started
1010
@@ -43,6 +43,13 @@ Add these to the settings.json file in config:
4343 }
4444}
4545```
46+ Some extra optional settings:
47+
48+ - ` shell ` - optional shell to use when calling scripts (see ` child_process.execFile ` options).
49+ - ` events:event:ref_include ` - same as ` ref_ignore ` , but a pass list instead of block list.
50+ - ` kill_children ` - if present and true, ` tree-kill ` is used to kill the child processes, required
51+ if shell/batch script forks test process (e.g. a batch script calls python).
52+
4653Finally, ensure these scripts are executable by node:
4754```
4855chmod u+x ./run_tests.BAT
You can’t perform that action at this time.
0 commit comments