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 for issue 1024 #1042

Merged
merged 1 commit into from
Mar 11, 2013
Merged

Conversation

umsmit32
Copy link
Contributor

The automated test script can now handle a file with a space in the name.

Instead of joining and splitting the argument list with a space, I decided to use a colon (:). Colons can't be used in filenames on Windows and Mac operating systems so there is unlikely to be an issue in the filename getting split up as there was with splitting on whitespace.

The automated test script can now handle a file with a space in the name.
benjaminvialle added a commit that referenced this pull request Mar 11, 2013

The automated test script can now handle a file with a space in the name.

Instead of joining and splitting the argument list with a space, I decided to use a colon (:). Colons can't be used in filenames on Windows and Mac operating systems so there is unlikely to be an issue in the filename getting split up as there was with splitting on whitespace.
Closes #1024
@benjaminvialle benjaminvialle merged commit b6fa1fd into MarkUsProject:test-framework Mar 11, 2013
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.

2 participants