mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
Merge pull request #37290 from tchaikov/wip-run-make-check
run-make-check.sh: fix syntax error Reviewed-by: Patrick Donnelly <pdonnell@redhat.com> Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
commit
8fd1bd4a29
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user