diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-03-07 10:14:17 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-08 08:54:32 +0000 |
commit | 04d56c9fe30235c9f99cf816fc6078fa5b2f1512 (patch) | |
tree | b0ad568fb9d2c5df296d3eb38e3cbc6b452fd8ab /.papr.sh | |
parent | 5ac9294a79aa6fa9e91a1a05fd6b3a70b9eb8b8d (diff) | |
download | podman-04d56c9fe30235c9f99cf816fc6078fa5b2f1512.tar.gz podman-04d56c9fe30235c9f99cf816fc6078fa5b2f1512.tar.bz2 podman-04d56c9fe30235c9f99cf816fc6078fa5b2f1512.zip |
Update test-related makefile targets
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #460
Approved by: rhatdan
Diffstat (limited to '.papr.sh')
-rwxr-xr-x | .papr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ export GITVALIDATE_TIP=$(cd $GOSRC; git log -2 --pretty='%H' | tail -n 1) export TAGS="seccomp $($GOSRC/hack/btrfs_tag.sh) $($GOSRC/hack/libdm_tag.sh) $($GOSRC/hack/btrfs_installed_tag.sh) $($GOSRC/hack/ostree_tag.sh) $($GOSRC/hack/selinux_tag.sh)" make gofmt TAGS="${TAGS}" -make testunit TAGS="${TAGS}" +make localunit TAGS="${TAGS}" make install.tools TAGS="${TAGS}" |