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

TestHarness doesn't pass the debug flag "-d" to the Sender/Reciever #5

Open
colin-scott opened this issue Sep 25, 2012 · 2 comments
Open
Assignees

Comments

@colin-scott
Copy link
Contributor

This conflicts with the project spec requirement "No console output"

Should be a trivial change.

@shaddi
Copy link
Owner

shaddi commented Sep 25, 2012

Not sure how this conflicts with the project spec (it says the sender shouldn't produce console output, which it does not by default), but it should definitely pass the debug flag along. Should we have a "global" debug option, or should there be a "sender debug" and "receiver debug" option?

@ghost ghost assigned shaddi Sep 25, 2012
@colin-scott
Copy link
Contributor Author

Doesn't conflict directly, but if they write:

if self.debug:
print "debug statement"

in their code, they might want to see that output when they run their tests.

I'd be find with having a global flag. I tried committing it earlier, but I broke things -- haven't had a chance to debug it.

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