]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "run-make-check.sh: run tests in two steps" 10346/head
authorKefu Chai <kchai@redhat.com>
Tue, 19 Jul 2016 08:20:43 +0000 (16:20 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 19 Jul 2016 08:30:24 +0000 (16:30 +0800)
This reverts commit cd0dfc305d3861b9baf332a1cc13f1c716d8017b.

Signed-off-by: Kefu Chai <kchai@redhat.com>
run-make-check.sh

index 880d6011efa90a7ad329e4f3cd563c6599e312cd..16c0672730f8e4b856fbb548f873eb320cb18466 100755 (executable)
@@ -69,8 +69,7 @@ function run() {
         $DRY_RUN ./do_cmake.sh || return 1
         cd build
         $DRY_RUN make $BUILD_MAKEOPTS tests || return 1
-        $DRY_RUN ctest -L Racing -j1 --output-on-failure || return 1
-        $DRY_RUN ctest -LE Racing $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 \