From 6d700e3601a3469981995fd364d1a1ff7f158e5e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Oct 2019 12:21:08 +0200 Subject: Un-tune scheduler when building build system modules --- libbuild2/test/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/test') diff --git a/libbuild2/test/operation.cxx b/libbuild2/test/operation.cxx index 0ca8da0..061b2cc 100644 --- a/libbuild2/test/operation.cxx +++ b/libbuild2/test/operation.cxx @@ -33,7 +33,7 @@ namespace build2 "tested", "has nothing to test", // We cannot "be tested". execution_mode::first, - 1, + 1 /* concurrency */, &test_pre, nullptr }; -- cgit v1.1