From c396370aa3b58b75d6c43d97aa4288b5e7b8170e Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Thu, 25 May 2023 17:18:59 +0200 Subject: tests: Support toolchain in remote rule --- test/utils/remote_execution/RULES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/utils/remote_execution') diff --git a/test/utils/remote_execution/RULES b/test/utils/remote_execution/RULES index af8d440f..f776bddb 100644 --- a/test/utils/remote_execution/RULES +++ b/test/utils/remote_execution/RULES @@ -162,7 +162,7 @@ , ["host-trans", {"type": "CALL_EXPRESSION", "name": "host transition"}] , ["defaults-transition", {"type": "var", "name": "host-trans"}] , ["deps-transition", {"type": "var", "name": "host-trans"}] - , ["deps-fieldnames", ["private-deps"]] + , ["deps-fieldnames", ["private-deps", "defaults"]] , ["transition", {"type": "CALL_EXPRESSION", "name": "host transition"}] , ["fieldname", "runner"] , ["location", "runner"] -- cgit v1.2.3