summaryrefslogtreecommitdiff
path: root/test/common/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/common/README.md')
-rw-r--r--test/common/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/common/README.md b/test/common/README.md
index 0502cacaf6..07f9bc6583 100644
--- a/test/common/README.md
+++ b/test/common/README.md
@@ -264,6 +264,11 @@ Path to the test sock.
Port tests are running on.
+### printSkipMessage(msg)
+* `msg` [<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type)
+
+Logs '1..0 # Skipped: ' + `msg`
+
### refreshTmpDir
* return [<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type)
@@ -285,7 +290,7 @@ Path to the 'root' directory. either `/` or `c:\\` (windows)
### skip(msg)
* `msg` [<String>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type)
-Logs '1..0 # Skipped: ' + `msg`
+Logs '1..0 # Skipped: ' + `msg` and exits with exit code `0`.
### spawnPwd(options)
* `options` [<Object>](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)