]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/crimson: re-enable logging output 42807/head
authorKefu Chai <kchai@redhat.com>
Tue, 17 Aug 2021 05:39:39 +0000 (13:39 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 17 Aug 2021 05:39:40 +0000 (13:39 +0800)
this change reverts 57877075c0b6885c7e35dc4c4a881b140c30cfb0

per Yingxin's request, we should enable it for better debugging
experience when the test fails.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/crimson/seastore/onode_tree/CMakeLists.txt

index 267389c21c94756c26a71b924ca5db8f30f13a8f..bea2086014fcc68e39268343f7b6e72a518b384d 100644 (file)
@@ -2,7 +2,7 @@ add_executable(unittest-staged-fltree
   test_staged_fltree.cc
   ../../gtest_seastar.cc)
 add_ceph_unittest(unittest-staged-fltree
-  --log-to-stdout 0 --memory 256M --smp 1)
+  --memory 256M --smp 1)
 target_link_libraries(unittest-staged-fltree
   crimson-seastore)
 
@@ -10,6 +10,6 @@ add_executable(unittest-fltree-onode-manager
   test_fltree_onode_manager.cc
   ../../gtest_seastar.cc)
 add_ceph_unittest(unittest-fltree-onode-manager
-  --log-to-stdout 0 --memory 256M --smp 1)
+  --memory 256M --smp 1)
 target_link_libraries(unittest-fltree-onode-manager
   crimson-seastore)