Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't memcheck lcm_vector_gen_test (#16372)
Exclude lcm_vector_gen_test from being run under valgrind (memcheck). This test is just a shell script comparing some generated output to the expected output, so does not gain anything by being run under valgrind. However, on Focal, valgrind reports errors in sed, resulting in a test failure.
- Loading branch information