let verify method run in test settings
This commit is contained in:
parent
6c79f547f9
commit
d488d33fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ pub(crate) fn verify(exec_ctx: &ExecutionContext, path: &Path, expected: &str) -
|
|||
println!("verifying {}", path.display());
|
||||
});
|
||||
|
||||
if exec_ctx.dry_run() {
|
||||
if exec_ctx.dry_run() && !cfg!(test) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue