From 275132789689051b551c6c62d75624195546d263 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 6 May 2025 12:54:21 +0200 Subject: ["@", "just tests", "", "ALL"]: remove unused parameter TEST_BOOTSTRAP_JUST_MR As a configure target, it is supposed to describe the change in the configuration; setting a parameter to itself has no effect. --- test/TARGETS | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/TARGETS b/test/TARGETS index 3b660295..3e166069 100644 --- a/test/TARGETS +++ b/test/TARGETS @@ -66,8 +66,7 @@ } , "ALL": { "type": "configure" - , "arguments_config": - ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "TEST_BOOTSTRAP_JUST_MR"] + , "arguments_config": ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH"] , "tainted": ["test"] , "target": "TESTS" , "config": @@ -89,10 +88,7 @@ ] ] , "body": - { "type": "env" - , "vars": - ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "TEST_BOOTSTRAP_JUST_MR"] - } + {"type": "env", "vars": ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH"]} } } , "bootstrap-test": -- cgit v1.2.3