when a test fails, repeat the target after the failure report
This commit is contained in:
parent
59b29455c1
commit
3d6fcea417
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ use std::ffi::OsString;
|
|||
use std::num::NonZeroUsize;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::{env, process::Command};
|
||||
use ui_test::color_eyre::eyre::Context;
|
||||
use ui_test::{color_eyre::Result, Config, Match, Mode, OutputConflictHandling};
|
||||
use ui_test::{status_emitter, CommandBuilder, Format, RustfixMode};
|
||||
|
||||
|
|
@ -231,6 +232,7 @@ fn ui(
|
|||
WithoutDependencies => false,
|
||||
};
|
||||
run_tests(mode, path, target, with_dependencies, tmpdir)
|
||||
.with_context(|| format!("ui tests in {path} for {target} failed"))
|
||||
}
|
||||
|
||||
fn get_target() -> String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue