]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/process/test/pipe_fwd.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / process / test / pipe_fwd.cpp
index 5b70bfd7a9c307dd30ecb167ec7dd34d12c7eba0..9cdc73948ba54877b22821681d435095da31bd4f 100644 (file)
@@ -27,6 +27,7 @@
 #include <iostream>
 #include <cstdlib>
 
+BOOST_AUTO_TEST_SUITE( pipe_tests );
 
 namespace bp = boost::process;
 
@@ -50,6 +51,8 @@ BOOST_AUTO_TEST_CASE(sync_io, *boost::unit_test::timeout(5))
     );
     BOOST_REQUIRE(!ec);
 
+    BOOST_TEST_INFO("Launching child 2");
+
     bp::child c2(
         master_test_suite().argv[1],
         bp::args={"test", "--prefix-once", "hello "},
@@ -74,3 +77,4 @@ BOOST_AUTO_TEST_CASE(sync_io, *boost::unit_test::timeout(5))
 
 }
 
+BOOST_AUTO_TEST_SUITE_END();
\ No newline at end of file