mirror of
https://github.com/ceph/ceph
synced 2025-01-04 02:02:36 +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"
|
cmake_opts+=" -DWITH_SEASTAR=ON"
|
||||||
fi
|
fi
|
||||||
if [ $WITH_ZBD ]; then
|
if [ $WITH_ZBD ]; then
|
||||||
cmake_opts += " -DWITH_ZBD=ON"
|
cmake_opts+=" -DWITH_ZBD=ON"
|
||||||
fi
|
fi
|
||||||
configure $cmake_opts $@
|
configure $cmake_opts $@
|
||||||
build tests && echo "make check: successful build on $(git rev-parse HEAD)"
|
build tests && echo "make check: successful build on $(git rev-parse HEAD)"
|
||||||
|
Loading…
Reference in New Issue
Block a user