From 9a207552ae215473f5af7d6336937dcd4bc843ce Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 20 Aug 2024 14:51:37 +0200 Subject: tests: use newly defined test suite ... so that linting information gets propagated properly. --- test/end-to-end/build-fails/TARGETS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test/end-to-end/build-fails') diff --git a/test/end-to-end/build-fails/TARGETS b/test/end-to-end/build-fails/TARGETS index 6aa6ada1..966299b5 100644 --- a/test/end-to-end/build-fails/TARGETS +++ b/test/end-to-end/build-fails/TARGETS @@ -5,5 +5,8 @@ , "deps": [["", "tool-under-test"]] } , "TESTS": - {"type": "install", "tainted": ["test"], "deps": ["single_fail_dep"]} + { "type": ["@", "rules", "test", "suite"] + , "stage": ["build-fails"] + , "deps": ["single_fail_dep"] + } } -- cgit v1.2.3