From 79834fd79501f3551faffcc26bbbffdd018b0f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Thu, 14 Dec 2023 09:59:08 +0100 Subject: [PATCH] ros_tests: change filter to use all tests The name is being changed in https://github.com/Auterion/px4-ros2-interface-lib/pull/8 --- test/ros_tests/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ros_tests/config.json b/test/ros_tests/config.json index 98ab45cae51e..da6df7f90989 100644 --- a/test/ros_tests/config.json +++ b/test/ros_tests/config.json @@ -6,7 +6,7 @@ { "model": "iris", "vehicle": "iris", - "test_filter": "Tester.*", + "test_filter": "*", "timeout_min": 10 } ]