diff options
author | Kefu Chai <kchai@redhat.com> | 2016-07-19 10:20:43 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-07-19 10:30:24 +0200 |
commit | 1727fdd5938e9d2b1ebea17a2f783a17a91e989a (patch) | |
tree | cfd6f2f056012f1a7b47874b920f1a4c6967ce85 /run-make-check.sh | |
parent | Revert "cmake: label some tests with "Racing"" (diff) | |
download | ceph-1727fdd5938e9d2b1ebea17a2f783a17a91e989a.tar.xz ceph-1727fdd5938e9d2b1ebea17a2f783a17a91e989a.zip |
Revert "run-make-check.sh: run tests in two steps"
This reverts commit cd0dfc305d3861b9baf332a1cc13f1c716d8017b.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'run-make-check.sh')
-rwxr-xr-x | run-make-check.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/run-make-check.sh b/run-make-check.sh index 880d6011efa..16c0672730f 100755 --- a/run-make-check.sh +++ b/run-make-check.sh @@ -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 \ |