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

xunit report file is written in --where directory #779

Closed
scharron opened this issue Mar 11, 2014 · 1 comment
Closed

xunit report file is written in --where directory #779

scharron opened this issue Mar 11, 2014 · 1 comment
Milestone

Comments

@scharron
Copy link

Commit "Don't save zero-byte xunit test reports" c218ab2 changed the code location of file creation to avoid creating unnecessary files. This has the side effect of creating the xunit report file in the directory specified by the --where flag instead of the current directory.

Possible fixes:

  • document this behaviour
  • in configure, capture the filename as well as the current working directory
@jszakmeister
Copy link
Contributor

I believe this should be fixed on master now. Thanks for the report!

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

No branches or pull requests

2 participants