summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha <thanh.ha@linuxfoundation.org>2016-11-30 20:51:19 +0000
committerGerrit Code Review <gerrit@fd.io>2016-11-30 20:51:19 +0000
commit6f90aaf101ca4934d3a9f11bd6e450d9a7f91c93 (patch)
tree9eec51ee259fef0ebe04ed930df1cc1436552891
parent1c21831fede2198ad5c9f77b3242e2dad08e622b (diff)
parentd98fd73fe44be886c7f6913f0583ea6ba2a85daf (diff)
Merge "Add UNATTENDED=yes to make verify for vpp"
-rw-r--r--jjb/vpp/include-raw-vpp-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/vpp/include-raw-vpp-build.sh b/jjb/vpp/include-raw-vpp-build.sh
index b5c6d77a4..55fadd0d5 100644
--- a/jjb/vpp/include-raw-vpp-build.sh
+++ b/jjb/vpp/include-raw-vpp-build.sh
@@ -46,7 +46,7 @@ if [ "x${VPP_REPO}" == "x1" ]; then
fi
fi
echo "CC=${CC}"
-make verify
+make UNATTENDED=yes verify
echo "*******************************************************************"
echo "* VPP BUILD SUCCESSFULLY COMPLETED"