aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/runtest/run.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/runtest/run.go b/pkg/runtest/run.go
index 358e8266c..408029467 100644
--- a/pkg/runtest/run.go
+++ b/pkg/runtest/run.go
@@ -198,6 +198,7 @@ nextSandbox:
}
}
properties := map[string]bool{
+ "manual": ctx.Tests != "", // "manual" tests run only if selected by the filter explicitly.
"arch=" + ctx.Target.Arch: true,
"sandbox=" + sandbox: true,
"littleendian": ctx.Target.LittleEndian,