mirror of
https://github.com/boostorg/process.git
synced 2026-01-26 18:52:25 +00:00
Merge pull request #24 from klemens-morgenstern/test-devel
Added tests & `wchar_t` support.
This commit is contained in:
@@ -157,13 +157,13 @@ BOOST_AUTO_TEST_CASE(stackless, *boost::unit_test::timeout(15))
|
||||
{
|
||||
if (!ec) reenter (this)
|
||||
{
|
||||
yield bp::child(master_test_suite().argv[1],
|
||||
yield bp::child(master_test_suite().argv[1],
|
||||
"test", "--exit-code", "42",
|
||||
ios,
|
||||
bp::on_exit=
|
||||
[this](int ret, const std::error_code&)
|
||||
{
|
||||
exit_code = ret;
|
||||
exit_code = ret;
|
||||
(*this)();
|
||||
}).detach();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user