From 4b90a4e27d4f8252d0d1c3b8058325fe8463f0eb Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Wed, 18 Dec 2019 13:28:14 -0500 Subject: [PATCH] [PATCH] Fix compiletest fallout from stage0 bump Gbp-Pq: Name 0001-Fix-compiletest-fallout-from-stage0-bump.patch --- src/tools/compiletest/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/compiletest/src/main.rs b/src/tools/compiletest/src/main.rs index 15f8abd75d..32965bbb29 100644 --- a/src/tools/compiletest/src/main.rs +++ b/src/tools/compiletest/src/main.rs @@ -569,6 +569,7 @@ pub fn test_opts(config: &Config) -> test::TestOpts { list: false, options: test::Options::new(), time_options: None, + force_run_in_process: false, } } -- 2.30.2