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

Clean file path from cli #748

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Clean file path from cli #748

merged 1 commit into from
Jan 31, 2020

Conversation

badlamer
Copy link
Contributor

When starts with relative paths, an example:
bundle exec parallel_rspec ./spec

relative paths are passed to the test runner and they do not match the paths in the runtime log.

@grosser
Copy link
Owner

grosser commented Jan 31, 2020

hmm yeah that makes sense since the runtimelog paths are normalized from finding them with Dir.glob 👍

@grosser
Copy link
Owner

grosser commented Jan 31, 2020

can you add a test that fails without this change ?

@badlamer
Copy link
Contributor Author

@grosser Added couple tests

@grosser grosser merged commit f7c448e into grosser:master Jan 31, 2020
@grosser
Copy link
Owner

grosser commented Jan 31, 2020

2.31.0

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

Successfully merging this pull request may close these issues.

None yet

2 participants