@@ -323,15 +323,15 @@ Test_VBox.addStep(bs_submit_results)
323
323
#Test_VMW_Hybrid.addStep(bs_submit_results)
324
324
325
325
Test_Win2003_x64 = util .BuildFactory ();
326
- Test_Win2003_x64 .addStep (steps .Compile (name = "test" , command = ["bash" , scripts_root + "run_rostests" , util .WithProperties ('%(suffix)s' )], warningPattern = ".*[:] Test .*" , description = ["testing" ], descriptionDone = ["test" ]))
326
+ Test_Win2003_x64 .addStep (steps .Compile (name = "test" , command = ["bash" , scripts_root + "run_rostests" , util .WithProperties ('%(suffix)s' ), util . WithProperties ( '%(reason:-)s' ) ], warningPattern = ".*[:] Test .*" , description = ["testing" ], descriptionDone = ["test" ]))
327
327
328
328
Test_WHS = util .BuildFactory ();
329
329
Test_WHS .addStep (bs_clean )
330
330
Test_WHS .addStep (bs_git )
331
331
Test_WHS .addStep (bs_prepare_source )
332
332
Test_WHS .addStep (steps .Compile (name = "rostests" , command = ["bash" , scripts_root + "build_rostests" ], warningPattern = "^(.*warning[: ].*|.*error[: ].*)" , description = ["rostests" ], descriptionDone = ["rostests" ]))
333
333
Test_WHS .addStep (steps .SetPropertyFromCommand (command = ["bash" , scripts_root + "get_suffix" ], property = "suffix" ))
334
- Test_WHS .addStep (steps .Compile (name = "test" , command = ["bash" , scripts_root + "run_rostests" , util .WithProperties ('%(suffix)s' )], warningPattern = ".*[:] Test .*" , description = ["testing" ], descriptionDone = ["test" ]))
334
+ Test_WHS .addStep (steps .Compile (name = "test" , command = ["bash" , scripts_root + "run_rostests" , util .WithProperties ('%(suffix)s' ), util . WithProperties ( '%(reason:-)s' ) ], warningPattern = ".*[:] Test .*" , description = ["testing" ], descriptionDone = ["test" ]))
335
335
336
336
337
337
c ['builders' ] = [
0 commit comments