typo: failre to failure (#28822)
This commit is contained in:
parent
ff7e82b5ff
commit
76df864469
|
@ -80,7 +80,7 @@ fn test_out_dir() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[serial]
|
#[serial]
|
||||||
fn test_generate_child_script_on_failre() {
|
fn test_generate_child_script_on_failure() {
|
||||||
run_cargo_build("fail", &["--generate-child-script-on-failure"], true);
|
run_cargo_build("fail", &["--generate-child-script-on-failure"], true);
|
||||||
let cwd = env::current_dir().expect("Unable to get current working directory");
|
let cwd = env::current_dir().expect("Unable to get current working directory");
|
||||||
let scr = cwd
|
let scr = cwd
|
||||||
|
|
Loading…
Reference in New Issue