From 4121cf9df313ee111c01fde1f255d010c8d941cd Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 14 Feb 2025 19:01:57 +0100 Subject: all: remove loop variables scoping --- pkg/runtest/run.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg/runtest/run.go') diff --git a/pkg/runtest/run.go b/pkg/runtest/run.go index d9f0aa25a..e95a1aa38 100644 --- a/pkg/runtest/run.go +++ b/pkg/runtest/run.go @@ -241,7 +241,6 @@ nextSandbox: "arch=" + ctx.Target.Arch: true, } for _, threaded := range []bool{false, true} { - name := name if threaded { name += "/thr" } @@ -259,7 +258,6 @@ nextSandbox: if times != 1 { break } - name := name if cov { name += "/cover" } @@ -277,7 +275,6 @@ nextSandbox: // and copy the binary to the target system. continue } - name := name properties["C"] = true properties["executor"] = false name += " C" -- cgit mrf-deployment