From: Thanh Ha Date: Wed, 8 Mar 2017 21:33:43 +0000 (-0500) Subject: Fix ShellCheck issues in jjb/opflex X-Git-Tag: release/boron-sr3~121^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=d806945d84c07869401dabc94c822f80b674d7b4;p=releng%2Fbuilder.git Fix ShellCheck issues in jjb/opflex Change-Id: Ife252776b4df794859e827be54ade42a42735a1b Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index b66791281..8adaeb47c 100644 --- a/.coafile +++ b/.coafile @@ -19,5 +19,6 @@ files = jenkins-scripts/**/*.sh, jjb/docs/**/*.sh, jjb/netvirt/**/*.sh, jjb/neutron/**/*.sh, + jjb/opflex/**/*.sh, scripts/**/*.sh shell = bash diff --git a/jjb/opflex/include-raw-opflex-build.sh b/jjb/opflex/include-raw-opflex-build.sh index 12253566c..bacd747fb 100644 --- a/jjb/opflex/include-raw-opflex-build.sh +++ b/jjb/opflex/include-raw-opflex-build.sh @@ -28,7 +28,7 @@ pushd libopflex ./autogen.sh ./configure --prefix="$ROOT" \ --with-buildversion=$BUILD_NUMBER \ - CPPFLAGS="-isystem $ROOT/include" + CPPFLAGS="-isystem $ROOT/include" \ CXXFLAGS="-Wall" make -j8 if ! make check; then find . -name test-suite.log -exec cat {} \; && false; fi