Skip to content

Commit d017855

Browse files
committed
Fix --run-ui-tests command to always run the tests
1 parent e6a5f92 commit d017855

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build_system/src/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,7 @@ fn run_ui_tests(env: &Env, args: &TestArg) -> Result<(), String> {
12471247
&"--compiletest-rustc-args",
12481248
&rustc_args,
12491249
&"--bypass-ignore-backends",
1250+
&"--force-rerun",
12501251
];
12511252

12521253
for test_name in &args.test_args {

0 commit comments

Comments
 (0)