Commit c79532b4 authored by Kinsbursky Stanislav's avatar Kinsbursky Stanislav Committed by Andrey Vagin

zdtm: return positive value from clonned process

Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: 's avatarAndrey Vagin <avagin@gmail.com>
parent 7ebf757d
...@@ -190,7 +190,8 @@ static int do_test_fn(void *_arg) ...@@ -190,7 +190,8 @@ static int do_test_fn(void *_arg)
srand48(time(NULL)); /* just in case we need it */ srand48(time(NULL)); /* just in case we need it */
ca->fn(); if (ca->fn())
exit(1);
exit(0); exit(0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment