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

show skipped test results file only when using --all #733

Merged
merged 2 commits into from Apr 16, 2015

Conversation

dirk-thomas
Copy link
Member

With #728 being merged the script catkin_test_results will not be able to crawl the test results folder by default. Instead it uses the current directory (commonly the workspace root). This usually results in more xml files to be found which are not actually test result files.

Therefore this patch only outputs the skipped result files when the --all option is passed to reduce the verbosity of the tool.

@esteve @tfoote @wjwwood Please review.

@tfoote
Copy link
Member

tfoote commented Apr 16, 2015

+1

1 similar comment
@esteve
Copy link
Member

esteve commented Apr 16, 2015

+1

dirk-thomas added a commit that referenced this pull request Apr 16, 2015
show skipped test results file only when using --all
@dirk-thomas dirk-thomas merged commit d976669 into indigo-devel Apr 16, 2015
@dirk-thomas dirk-thomas deleted the skipped_result_only_for_all branch April 16, 2015 21:51
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

3 participants