1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-03 17:47:44 +03:00

Fix test output collection in harness.c.

This commit is contained in:
Petr Rockai 2009-02-17 19:36:16 +00:00
parent 9d788d4d9c
commit 822aa2a352

View File

@ -106,6 +106,7 @@ void run(int i, char *f) {
perror("waitpid");
exit(206);
}
drain();
if (WIFEXITED(st)) {
if (WEXITSTATUS(st) == 0) {
passed(i, f);