Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masak/462912 to your computer and use it in GitHub Desktop.
Save masak/462912 to your computer and use it in GitHub Desktop.
$ ./proof-of-concept json
Fetching json ....................... [done]
Building json ....................... [done]
Testing json ....................... [FAIL]
===SORRY!===
Couldn't install json: the test step failed.
This project has failing tests, which happens sometimes
for various reasons. If you want to install it despite
the failing tests, you can re-invoke ./proof-of-concept
with the option '--skip-test'.
You'll find a log file `test-json.log` in the current
directory, with output from the failing step.
$ ./proof-of-concept --skip-test json
Installing json ....................... [done]
json installed.
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment