Fix ShellCheck issues in jjb/opflex 33/53033/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 8 Mar 2017 21:33:43 +0000 (16:33 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 9 Mar 2017 03:51:01 +0000 (22:51 -0500)
Change-Id: Ife252776b4df794859e827be54ade42a42735a1b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile
jjb/opflex/include-raw-opflex-build.sh

index b66791281506fb8f03685f3fc6b3753a1da9ebe1..8adaeb47cc8b59335fe2e6a4bdf030561cddac95 100644 (file)
--- 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
index 12253566c4ed7f4c95b61d9a662f1c41cb47acb5..bacd747fbf0e41bae9963979c266214426e63c72 100644 (file)
@@ -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