We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d263bf5 commit 0df612eCopy full SHA for 0df612e
test/test_main.cc
@@ -420,6 +420,7 @@ TEST_CASE("INDEX") {
420
args.push_back("--receive-timeout-seconds=60");
421
args.push_back(fmt::format("--driver-id=index-{}",
422
test::globalCliOptions.testName));
423
+ args.push_back("--deterministic");
424
boost::process::child driver(
425
args, boost::process::start_dir(rootInSourceDir.asStringRef()),
426
boost::process::std_out > stdout, boost::process::std_err > stderr);
0 commit comments