We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aae49b commit e7a0f12Copy full SHA for e7a0f12
README.md
@@ -291,6 +291,10 @@ To log a trace of test commands to a file run
291
292
dbg=1; trace="$HOME/tmp/all-tests.log" ./test-all.sh
293
294
+To test several instances running in background or simultaneously (issue #15)
295
+
296
+ BG=1 ./test-all.sh
297
298
## Generate an XML from an XSD and show its XPaths
299
If an XSD file is provided and **xmlbeans** package is installed, try to create an XML instance and print the XPath from it.
300
0 commit comments