summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-05-06 12:54:21 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-05-06 16:29:48 +0200
commit275132789689051b551c6c62d75624195546d263 (patch)
treea31c491197a98d66799b63593ae0744e2f3c9eb4
parent783900c9289b82c5416664593c7885410f368977 (diff)
downloadjustbuild-275132789689051b551c6c62d75624195546d263.tar.gz
["@", "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.
-rw-r--r--test/TARGETS8
1 files changed, 2 insertions, 6 deletions
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":