Skip to content
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

Fix multiple argument run/passthru escaping and migrate most to use it #351

Merged
merged 12 commits into from
Aug 11, 2020

Conversation

andytson-inviqa
Copy link
Contributor

  • Multiple argument run/passthru was splitting arguments with spaces in, and losing empty arguments
  • Some still use single argument run/passthru due to use of shell, but may be dealt with later

* Multiple argument run/passthru was splitting arguments with spaces in, and losing empty arguments
* Some still use single argument run/passthru due to use of shell, but may be dealt with later
andytson-inviqa and others added 4 commits August 5, 2020 11:10
as unnecessary complexity in capturing one of two possible commands in one execution
There is shell code in it
To match use of run and passthru
@kierenevans kierenevans added enhancement New feature or request harness-all Changes required to all harness directories labels Aug 7, 2020
@kierenevans kierenevans added this to the 0.9.0 milestone Aug 7, 2020
Co-authored-by: Kieren Evans <kierenevans@users.noreply.github.com>
src/magento2/harness.yml Outdated Show resolved Hide resolved
src/spryker/harness.yml Outdated Show resolved Hide resolved
src/spryker/harness.yml Outdated Show resolved Hide resolved
src/spryker/harness.yml Show resolved Hide resolved
src/drupal8/harness.yml Outdated Show resolved Hide resolved
src/magento1/harness.yml Outdated Show resolved Hide resolved
src/magento1/harness.yml Outdated Show resolved Hide resolved
src/_base/harness/config/events.yml Show resolved Hide resolved
Co-authored-by: Kieren Evans <kierenevans@users.noreply.github.com>
kierenevans added a commit that referenced this pull request Aug 11, 2020
@andytson-inviqa andytson-inviqa merged commit 2c32df9 into 0.9.x Aug 11, 2020
@andytson-inviqa andytson-inviqa deleted the feature/fix-sidekick-quoting branch August 11, 2020 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request harness-all Changes required to all harness directories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants