summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2018-07-18 21:12:14 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-26 20:47:31 +0000
commita0575d6e469b15d9cf239dcddabe03fdb7059afd (patch)
tree8527808bb0af1bdc8d08ade89226d05fe7a4a12b /test
parentf649db951e694e1943bdb17d7c33cae7eaf42cae (diff)
downloadpodman-a0575d6e469b15d9cf239dcddabe03fdb7059afd.tar.gz
podman-a0575d6e469b15d9cf239dcddabe03fdb7059afd.tar.bz2
podman-a0575d6e469b15d9cf239dcddabe03fdb7059afd.zip
Don't pollute the build output with failures to build checkseccomp
(make localunit) complains about the unbuildable subpackage; silence that. Actually, I can't find any user of checkseccomp in this repo; maybe it is entirely unused? Signed-off-by: Miloslav Trmač <mitr@redhat.com> Closes: #1115 Approved by: rhatdan
Diffstat (limited to 'test')
-rw-r--r--test/checkseccomp/checkseccomp.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/checkseccomp/checkseccomp.go b/test/checkseccomp/checkseccomp.go
index ec7ee1020..9046e0955 100644
--- a/test/checkseccomp/checkseccomp.go
+++ b/test/checkseccomp/checkseccomp.go
@@ -1,3 +1,5 @@
+// +build seccomp
+
package main
import (