Skip to content

Commit

Permalink
run test-ceph-helpers.sh only
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 6, 2016
1 parent 877bc30 commit bf862bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run-make-check.sh
Expand Up @@ -69,7 +69,8 @@ function run() {
$DRY_RUN ./do_cmake.sh || return 1
cd build
$DRY_RUN make $BUILD_MAKEOPTS || return 1
$DRY_RUN ctest $CHECK_MAKEOPTS --output-on-failure || return 1
$DRY_RUN ctest -VV -R test-ceph-helpers.sh $CHECK_MAKEOPTS --output-on-failure || return 1
# $DRY_RUN ctest $CHECK_MAKEOPTS --output-on-failure || return 1
else
$DRY_RUN ./autogen.sh || return 1
$DRY_RUN ./configure "$@" --with-librocksdb-static --disable-static --with-radosgw --with-debug --without-lttng \
Expand Down

0 comments on commit bf862bc

Please sign in to comment.