]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
run-make-check.sh: pass args to do_cmake.sh 10701/head
authorJohn Coyle <dx9err@gmail.com>
Fri, 12 Aug 2016 00:11:40 +0000 (20:11 -0400)
committerJohn Coyle <dx9err@gmail.com>
Fri, 12 Aug 2016 00:11:40 +0000 (20:11 -0400)
Signed-off-by: John Coyle <dx9err@gmail.com>
run-make-check.sh

index 16c0672730f8e4b856fbb548f873eb320cb18466..05230adfd5e35925bdcdcd49ac3b6b828e388e3a 100755 (executable)
@@ -66,7 +66,7 @@ function run() {
     fi
     export TMPDIR=$(mktemp -d --tmpdir ceph.XXX)
     if test -x ./do_cmake.sh ; then
-        $DRY_RUN ./do_cmake.sh || return 1
+        $DRY_RUN ./do_cmake.sh $@ || return 1
         cd build
         $DRY_RUN make $BUILD_MAKEOPTS tests || return 1
         $DRY_RUN ctest $CHECK_MAKEOPTS --output-on-failure || return 1