Make sure invoke tests are running
authorzachgersh <zachgersh@gmail.com>
Wed, 2 Mar 2016 16:38:33 +0000 (11:38 -0500)
committerzachgersh <zachgersh@gmail.com>
Wed, 2 Mar 2016 16:38:33 +0000 (11:38 -0500)
test

diff --git a/test b/test
index fe3f90b..faccf1c 100755 (executable)
--- a/test
+++ b/test
@@ -11,8 +11,8 @@ set -e
 
 source ./build
 
-TESTABLE="plugins/ipam/dhcp plugins/main/loopback"
-FORMATTABLE="$TESTABLE libcni pkg/ip pkg/ns pkg/invoke pkg/types pkg/ipam pkg/skel plugins/ipam/host-local plugins/main/bridge plugins/meta/flannel plugins/meta/tuning"
+TESTABLE="plugins/ipam/dhcp plugins/main/loopback pkg/invoke"
+FORMATTABLE="$TESTABLE libcni pkg/ip pkg/ns pkg/types pkg/ipam pkg/skel plugins/ipam/host-local plugins/main/bridge plugins/meta/flannel plugins/meta/tuning"
 
 # user has not provided PKG override
 if [ -z "$PKG" ]; then