diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 12:54:21 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-05-06 16:29:48 +0200 |
commit | 275132789689051b551c6c62d75624195546d263 (patch) | |
tree | a31c491197a98d66799b63593ae0744e2f3c9eb4 | |
parent | 783900c9289b82c5416664593c7885410f368977 (diff) | |
download | justbuild-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/TARGETS | 8 |
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": |