From 6f8242d1a2f4c3eaeb856bcc33535a3faf6cf071 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 17 Jul 2024 15:54:08 +0200 Subject: Test ["end-to-end/gc", "reconstruct-executable"]: drop unnecessary restriction This test verifies properties of just, hence the precise nature of the just-mr tool does not matter. --- test/end-to-end/gc/TARGETS | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'test') diff --git a/test/end-to-end/gc/TARGETS b/test/end-to-end/gc/TARGETS index 104ef360..0d392d50 100644 --- a/test/end-to-end/gc/TARGETS +++ b/test/end-to-end/gc/TARGETS @@ -32,15 +32,11 @@ { "type": "install" , "tainted": ["test"] , "deps": - { "type": "++" - , "$1": - [ ["basic", "compactification", "export", "tc-deps"] - , { "type": "if" - , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"} - , "then": [] - , "else": ["reconstruct-executable"] - } - ] - } + [ "basic" + , "compactification" + , "export" + , "tc-deps" + , "reconstruct-executable" + ] } } -- cgit v1.2.3