This repository was archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 631
[CBR-503] Test OBFT & Hard Fork Mechanism implementation via script-runner
#4061
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was broken by a recent PR which removed default values 61d350d#diff-22d11f9f7fd1e1d39655ec6d843c14c5L242
96b4eaa
to
e665ec1
Compare
intricate
previously requested changes
Feb 4, 2019
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.
Overall, this is awesome 💯 but just have a couple concerns I'd like to address before approving
pushd and popd are bash built-ins and, on some operating systems, the default shell implementation (/bin/sh) does not support them. For example, on Debian, the default /bin/sh is a symlink to dash which doesn't support popd and pushd.
5 tasks
Will address stderr
concern another time. It's not a big deal anyways.
intricate
approved these changes
Feb 4, 2019
bors r+ |
iohk-bors bot
added a commit
that referenced
this pull request
Feb 4, 2019
4061: [CBR-503] Test OBFT & Hard Fork Mechanism implementation via `script-runner` r=intricate a=mhuesch ## Description See title. ## Linked issue https://iohk.myjetbrains.com/youtrack/issue/CBR-503 Co-authored-by: Michael Hueschen <[email protected]> Co-authored-by: Luke Nadur <[email protected]>
Build succeeded |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
See title.
Linked issue
https://iohk.myjetbrains.com/youtrack/issue/CBR-503
Type of change
Developer checklist
Testing checklist
QA Steps
See
script-runner/README.md
How to merge
Send the message
bors r+
to merge this PR. For more information, seedocs/how-to/bors.md
.