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 7d2e4e4 commit 9898734Copy full SHA for 9898734
src/tools/compiletest/src/lib.rs
@@ -314,6 +314,10 @@ pub fn parse_config(args: Vec<String>) -> Config {
314
let build_test_suite_root = opt_path(matches, "build-test-suite-root");
315
assert!(build_test_suite_root.starts_with(&build_root));
316
317
+ let build_root = opt_path(matches, "build-root");
318
+ let build_test_suite_root = opt_path(matches, "build-test-suite-root");
319
+ assert!(build_test_suite_root.starts_with(&build_root));
320
+
321
Config {
322
bless: matches.opt_present("bless"),
323
compile_lib_path: make_absolute(opt_path(matches, "compile-lib-path")),
0 commit comments