testilo 11.0.5 → 11.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -181,9 +181,9 @@ A user can invoke `batch` in this way:
|
|
|
181
181
|
|
|
182
182
|
- Create a target list and save it as a text file (with tab-delimited items in newline-delimited lines) in the `targetLists` subdirectory of the `process.env.SPECDIR` directory. Name the file `x.tsv`, where `x` is the list ID.
|
|
183
183
|
- In the Testilo project directory, execute this statement:
|
|
184
|
-
- `node call batch i`
|
|
184
|
+
- `node call batch i w`
|
|
185
185
|
|
|
186
|
-
In this statement, replace `i` with the list ID.
|
|
186
|
+
In this statement, replace `i` with the list ID and `w` with a description of the batch.
|
|
187
187
|
|
|
188
188
|
The `call` module will retrieve the named target list.
|
|
189
189
|
The `batch` module will convert the target list to a batch.
|