diff options
| author | Anton Lindqvist <anton@basename.se> | 2020-08-02 08:54:32 +0200 |
|---|---|---|
| committer | Anton Lindqvist <anton@basename.se> | 2020-08-02 08:56:44 +0200 |
| commit | 63a7334112fa63edb0c0a3f317d3d92135a6ead9 (patch) | |
| tree | b9ca3f9233910f85be6f528b26e55365707d3afc /pkg | |
| parent | 96dd36234d97bbf6b403f3a7f03cfc0296422879 (diff) | |
Revert "executor: enable extra coverage on OpenBSD"
Forgot that the build machine must be updated with a newer OpenBSD
snapshot first in order to make the new kcov stuff available.
This reverts commit 96dd36234d97bbf6b403f3a7f03cfc0296422879.
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/host/host_openbsd.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/host/host_openbsd.go b/pkg/host/host_openbsd.go index 23e219115..5a42edc57 100644 --- a/pkg/host/host_openbsd.go +++ b/pkg/host/host_openbsd.go @@ -31,7 +31,6 @@ func isSupportedVMM() (bool, string) { func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled checkFeature[FeatureComparisons] = unconditionallyEnabled - checkFeature[FeatureExtraCoverage] = unconditionallyEnabled checkFeature[FeatureNetInjection] = unconditionallyEnabled checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled } |
