1
0
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:
Petr Rockai 2013-09-04 16:20:35 +02:00
parent cc66dedc0e
commit 374653f2b5

View File

@ -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 */ ;
}
}