From 0abb36ac20650ac6ea0537c23274daf51ef1daea Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Wed, 13 Mar 2024 12:58:27 -0400 Subject: fix jjb/scripts/vpp/build.sh Change-Id: I35843842a995931c1985971a606f1d085fd5aa4f Signed-off-by: Dave Wallace --- jjb/scripts/vpp/build.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'jjb') diff --git a/jjb/scripts/vpp/build.sh b/jjb/scripts/vpp/build.sh index 94aa13673..850d61003 100644 --- a/jjb/scripts/vpp/build.sh +++ b/jjb/scripts/vpp/build.sh @@ -61,9 +61,10 @@ make_build_test() { return fi if [ -f extras/scripts/build_static_vppctl.sh ]; then - if ! extras/scripts/build_static_vppctl.sh ; then - BUILD_ERROR="FAILED 'extras/scripts/build_static_vppctl.sh'" - return + if ! extras/scripts/build_static_vppctl.sh ; then + BUILD_ERROR="FAILED 'extras/scripts/build_static_vppctl.sh'" + return + fi fi if ! make UNATTENDED=yes test-dep ; then BUILD_ERROR="FAILED 'make test-dep'" -- cgit 1.2.3-korg