mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-29 06:50:38 +03:00
Do not repeat a failed test's output when VERBOSE is in effect.
This commit is contained in:
parent
b3d6e05694
commit
1a7644a0f6
@ -180,9 +180,11 @@ static void failed(int i, char *f, int st) {
|
||||
return;
|
||||
}
|
||||
printf("FAILED.\n");
|
||||
printf("-- FAILED %s ------------------------------------\n", f);
|
||||
dump();
|
||||
printf("-- FAILED %s (end) ------------------------------\n", f);
|
||||
if (!verbose) {
|
||||
printf("-- FAILED %s ------------------------------------\n", f);
|
||||
dump();
|
||||
printf("-- FAILED %s (end) ------------------------------\n", f);
|
||||
}
|
||||
}
|
||||
|
||||
static void run(int i, char *f) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user