From 03fded47a5e4761cd01feeb219798d8d97afa80c Mon Sep 17 00:00:00 2001 From: liuxu <759587231@qq.com> Date: Wed, 15 Jul 2020 23:30:19 -0700 Subject: [PATCH] perception test : delete except --- scripts/apollo_test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/apollo_test.sh b/scripts/apollo_test.sh index 1858dda8a1..67baa375cf 100755 --- a/scripts/apollo_test.sh +++ b/scripts/apollo_test.sh @@ -5,11 +5,6 @@ TOP_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)" source "${TOP_DIR}/scripts/apollo.bashrc" source "${TOP_DIR}/scripts/apollo_base.sh" -##============= Perception ===================## -PERCEPTION_EXCEPTIONS="\ -except //modules/perception/lidar/lib/detection/lidar_point_pillars:point_pillars_test \ -" - ##============= Localization ===================## LOCALIZATION_EXCEPTIONS="\ except //modules/localization/ndt/ndt_locator:ndt_lidar_locator_test \ -- GitLab