tools: expose skip output to test runner
authorJohan Bergström <bugs@bergstroem.nu>
Wed, 8 Jul 2015 00:37:43 +0000 (10:37 +1000)
committerJohan Bergström <bugs@bergstroem.nu>
Thu, 30 Jul 2015 06:45:03 +0000 (08:45 +0200)
commit3cbb5870e5c8ce6a9da718c7fff6f50709545ed5
treecbad2f1cc670115b899a78c22a3f8262dabcc791
parent24dd016deb23c951df3fb7940fd67a9f1b8197e6
tools: expose skip output to test runner

In the TAP protocol, skips are flagged as ok. Expose more
information so we can understand if the test was skipped or not.

PR-URL: https://github.com/nodejs/io.js/pull/2130
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
tools/test.py