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 test runner to work on windows #14

Merged
merged 2 commits into from
Mar 31, 2015
Merged

Conversation

dirk-thomas
Copy link
Contributor

Depends on ament/ament_cmake#7.

Connects to ament/ament_cmake#7

@dirk-thomas dirk-thomas added the in progress Actively being worked on (Kanban column) label Mar 31, 2015
@dirk-thomas
Copy link
Contributor Author

@esteve @tfoote @wjwwood Please review.

@dirk-thomas dirk-thomas added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Mar 31, 2015
@wjwwood
Copy link
Contributor

wjwwood commented Mar 31, 2015

Lgtm, but why was so much code removed in ament_copyright? Was that left over from the separating of them into separate Python and CMake packages?

@dirk-thomas
Copy link
Contributor Author

Ups, the copyright stuff was not intended to be in that commit. I updated the PR to exclude the copyright stuff.

@wjwwood
Copy link
Contributor

wjwwood commented Mar 31, 2015

+1

foreach(arg ${ARG_UNPARSED_ARGUMENTS})
set(subcmd "${subcmd} \"${arg}\"")
endforeach()
set(cmd "${ament_copyright_BIN}" "--xunit-file" "${AMENT_TEST_RESULTS_DIR}/${PROJECT_NAME}/${ARG_TESTNAME}.xml")
Copy link
Member

Choose a reason for hiding this comment

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

No PYTHON_EXECUTABLE on this line? All the others have it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, it is an extension point which will generate an executable on Windows. And the command didn't use PYTHON_EXECUTABLE before this PR.

@esteve
Copy link
Contributor

esteve commented Mar 31, 2015

+1

1 similar comment
@tfoote
Copy link
Member

tfoote commented Mar 31, 2015

+1

dirk-thomas added a commit that referenced this pull request Mar 31, 2015
change test runner to work on windows
@dirk-thomas dirk-thomas merged commit fdd7115 into master Mar 31, 2015
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Mar 31, 2015
@dirk-thomas dirk-thomas deleted the test_runner_windows branch March 31, 2015 20:09
kenji-miyake referenced this pull request in kenji-miyake/ament_lint Oct 20, 2021
change test runner to work on windows
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.

4 participants