Revert "Pack compilation task up front"
This reverts commit c21c67c0f0242fc991896678ead46d86fd08798e.
Change-Id: Ied7235a6de230f3733c7017244c8f698e3d91ff1
diff --git a/jjb/onos/onos-verify.sh b/jjb/onos/onos-verify.sh
index 44fdf0b..b4d67ff 100755
--- a/jjb/onos/onos-verify.sh
+++ b/jjb/onos/onos-verify.sh
@@ -6,5 +6,5 @@
ONOS_ROOT=`pwd`
. tools/build/envDefaults
echo $PATH
-onos-buck build onos $(onos-buck targets | egrep -e '-javadoc$' -e '-tests$')
+onos-buck build onos $(onos-buck targets | egrep -e '-javadoc$')
onos-buck test || onos-buck test --only-failing