]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-make-check.sh: fix syntax error 37290/head
authorKefu Chai <kchai@redhat.com>
Tue, 22 Sep 2020 02:17:56 +0000 (10:17 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 22 Sep 2020 02:17:56 +0000 (10:17 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
run-make-check.sh

index 59866ecec63f90ee20690609026a32c5a031b036..6e032e9f1ef7a53ffb422f1c9bca48a3af3bca77 100755 (executable)
@@ -59,7 +59,7 @@ function main() {
         cmake_opts+=" -DWITH_SEASTAR=ON"
     fi
     if [ $WITH_ZBD ]; then
-        cmake_opts += " -DWITH_ZBD=ON"
+        cmake_opts+=" -DWITH_ZBD=ON"
     fi
     configure $cmake_opts $@
     build tests && echo "make check: successful build on $(git rev-parse HEAD)"