mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
test: Include tests that timed out in the final summary.
This commit is contained in:
parent
cc66dedc0e
commit
374653f2b5
@ -520,6 +520,9 @@ int main(int argc, char **argv) {
|
||||
case INTERRUPTED:
|
||||
printf("interrupted: %s\n", argv[i]);
|
||||
break;
|
||||
case TIMEOUT:
|
||||
printf("timeout: %s\n", argv[i]);
|
||||
break;
|
||||
default: /* do nothing */ ;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user