Skip to content

Commit

Permalink
display console output for colcon tests as well (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored and dirk-thomas committed Apr 18, 2018
1 parent 4aee6bf commit fc973a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_jenkins_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main(argv=None):
'use_fastrtps_default': 'true',
'use_opensplice_default': 'false',
'ament_build_args_default': '--cmake-args " -DSECURITY=ON" --event-handler console_cohesion+',
'ament_test_args_default': '--retest-until-pass 10',
'ament_test_args_default': '--retest-until-pass 10 --event-handler console_cohesion+',
'enable_c_coverage_default': 'false',
'dont_notify_every_unstable_build': 'false',
'turtlebot_demo': False,
Expand Down

0 comments on commit fc973a8

Please sign in to comment.