From 56f708267fa3ff2a071a33cc4e401ee3f7abdf0f Mon Sep 17 00:00:00 2001 From: jdelapuente Date: Wed, 9 Oct 2024 15:44:01 +0100 Subject: [PATCH] Remove test args from remote test command --- src/remote/action.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/remote/action.go b/src/remote/action.go index a505d4ecb..0b0daa59d 100644 --- a/src/remote/action.go +++ b/src/remote/action.go @@ -158,9 +158,6 @@ func (c *Client) buildTestCommand(state *core.BuildState, target *core.BuildTarg commandPrefix += `export TEST="$TEST_DIR/` + outs[0] + `" && ` } cmd, err := core.ReplaceTestSequences(state, target, target.GetTestCommand(state)) - if len(state.TestArgs) != 0 { - cmd += " " + strings.Join(state.TestArgs, " ") - } return &pb.Command{ Platform: &pb.Platform{ Properties: []*pb.Platform_Property{