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 bug when test_fail is called via a do statement (for 0.98 series) #369

Merged
merged 1 commit into from Apr 21, 2013
Merged

Conversation

nnutter
Copy link
Contributor

@nnutter nnutter commented Apr 20, 2013

Ported bug fix and tests from the 1.5 fix to 0.98. Tried to follow test name convention this time.

test_fail used $0 as the filename instead of the filename reported by
caller. Under normal execution these would be the same but if the test
is executed by a do block then these would no longer be the same.

test_fail used $0 as the filename instead of the filename reported by
caller. Under normal execution these would be the same but if the test
is executed by a do block then these would no longer be the same.
schwern added a commit that referenced this pull request Apr 21, 2013
fix bug when test_fail is called via a do statement (for 0.98 series)
@schwern schwern merged commit 446707d into Test-More:master Apr 21, 2013
@schwern
Copy link
Contributor

schwern commented Apr 21, 2013

Cool, thanks!

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