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

change reading from proc, add invoked command as well as return code / exception to output file #24

Merged
merged 1 commit into from
Aug 22, 2015

Conversation

dirk-thomas
Copy link
Contributor

No description provided.

@dirk-thomas dirk-thomas added the in review Waiting for review (Kanban column) label Aug 20, 2015
@dirk-thomas dirk-thomas self-assigned this Aug 20, 2015

log("-- run_test.py: invoking following command in '%s':\n - %s" %
(os.getcwd(), ' '.join(args.command)))
if output_handle:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should you not just use log here? If there's separation in the log file, separation in the console output would be good too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I try to keep the console output as short as possible. I could remove the empty lines from the output file if we prefer it to be consistent.

dirk-thomas added a commit that referenced this pull request Aug 22, 2015
change reading from proc, add invoked command as well as return code / exception to output file
@dirk-thomas dirk-thomas merged commit 3faf7af into master Aug 22, 2015
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Aug 22, 2015
@dirk-thomas dirk-thomas deleted the test_repeated_publisher_subscriber branch August 22, 2015 00:24
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