From 04d56c9fe30235c9f99cf816fc6078fa5b2f1512 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 7 Mar 2018 10:14:17 -0500 Subject: Update test-related makefile targets Signed-off-by: Matthew Heon Closes: #460 Approved by: rhatdan --- .papr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.papr.sh') diff --git a/.papr.sh b/.papr.sh index c0bb19ed7..044a7c4a9 100755 --- a/.papr.sh +++ b/.papr.sh @@ -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}" -- cgit v1.2.3-54-g00ecf