]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
build: drop dryrun of autogen.sh from run-cmake-check.sh script
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 8 Sep 2016 06:10:10 +0000 (14:10 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 8 Sep 2016 06:14:22 +0000 (14:14 +0800)
Introduced by https://github.com/ceph/ceph/pull/11007.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
run-cmake-check.sh

index 602573100324c7868e5aab5a44083cb980285c0d..8f95eacd68cf1f43fe8ca0992b774a7c33df13b1 100755 (executable)
@@ -47,7 +47,6 @@ function run() {
     if test -f ./install-deps.sh ; then
        $DRY_RUN ./install-deps.sh || return 1
     fi
-    $DRY_RUN ./autogen.sh || return 1
     $DRY_RUN mkdir build
     $DRY_RUN cd build
     $DRY_RUN cmake "$@" ../