-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added sharness test of cli #47
base: master
Are you sure you want to change the base?
Conversation
Makefile
Outdated
@@ -10,6 +10,10 @@ deps: gx covertools | |||
gx --verbose install --global | |||
gx-go rewrite | |||
|
|||
sharness: deps | |||
git clone https://github.com/multiformats/multihash.git $(TRAVIS_BUILD_DIR)/sharness |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe not use the TRAVIS_BUILD_DIR variable? We might want to run this locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, changed that.
Hey @tabrath sorry about the delay (lots of projects, can only get to so many in a day). Do you mind rebasing this on master? The changes here also contain the changes for adding keccak (which has already been merged). |
I think it's good now.. |
cb29148
to
569f937
Compare
e1c6d27
to
10f2652
Compare
Pulling from the multihash sharness repository to run tests of the cli tool. Forgot cache dir
No description provided.