Skip to content

Commit

Permalink
Exit if a test fails
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Nov 23, 2023
1 parent bcbb978 commit a06c578
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nexus_motion_planner/src/test_motion_plan_cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ void check_and_emit(
else
{
std::cout << "[FAIL] " << prefix << ": " << label << std::endl;
exit(1);
}
}

Expand Down

0 comments on commit a06c578

Please sign in to comment.