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

Updating CodeceptionAdapter.php 'run' command #2

Merged
merged 1 commit into from Mar 24, 2020

Conversation

edwin-benitez
Copy link
Contributor

@edwin-benitez edwin-benitez commented Mar 23, 2020

When putting in --test-framework-options, it is putting the options before the run command. The fix is to make sure the options are place after the run command.

Before changes: Running infection --test-framework-options="--skip blah" runs the command codecept --skip blah run

After changes: Running infection --test-framework-options="--skip blah" runs the command
codecept run --skip blah

@maks-rafalko
Copy link
Member

maks-rafalko commented Mar 24, 2020

Thanks for the PR. Could you please add a test to avoid regression?

@edwin-benitez
Copy link
Contributor Author

Thanks for the PR. Could you please add a test so that to avoid regression?

Well do.

Updating the run command to go before arguments and options.
@edwin-benitez
Copy link
Contributor Author

I have added the test but Travis ci is not running. Not sure why it is not running.

@maks-rafalko
Copy link
Member

I have added the test but Travis ci is not running.

looks good to me, tests are green.

Thank you @edwin-benitez!

@maks-rafalko
Copy link
Member

@Fenikkusu
Copy link

@maks-rafalko , I think you made the release but didn't actually merge in the changes...

@maks-rafalko maks-rafalko merged commit 09dda58 into infection:master Mar 24, 2020
@maks-rafalko
Copy link
Member

Thank you @Fenikkusu, shit happens ;)

@maks-rafalko
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants