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:
parent
9d788d4d9c
commit
822aa2a352
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user