This repository was archived by the owner on Feb 1, 2018. It is now read-only.
Make bwoken more configurable and resilient to spaces#35
Closed
alecgorge wants to merge 8 commits intobendyworks:masterfrom
Closed
Make bwoken more configurable and resilient to spaces#35alecgorge wants to merge 8 commits intobendyworks:masterfrom
alecgorge wants to merge 8 commits intobendyworks:masterfrom
Conversation
…upport custom product name. Bump version.
…upport custom product name. Bump version.
Contributor
Author
|
I noticed that Travis is now failing. I will fix this. |
Contributor
|
@alecgorge Thanks for writing this up! I've got some suggestions/modifications that I'll provide in the next day or so. |
|
When is this going to get accepted? I ran into the same exact issue and was going to fork this repo to make the same exact change until I saw this. |
|
Apparently, bwoken is using an older version of my script. You might want to look into the latest version that I've concocted here: |
Contributor
|
The functionality in this PR was pulled into #43, which is now on master and released as 2.0.0.beta.2. |
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
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.
This PR adds two new configuration options to
bwoken test:One new configuration option is added to
bwoken init:--integration-path.These options are important for large existing projects where the product name is different than the workspace name and where a folder called
integrationalready exists.This PR also allows bwoken to work even when there are spaces in the project path.