ktest: Fix child exit code processing

am: ff61e0123b

Change-Id: I48042d180623cda33ac13019be30c802a00722fc
This commit is contained in:
Steven Rostedt (VMware)
2017-03-15 02:22:51 +00:00
committed by android-build-merger

View File

@@ -2629,7 +2629,7 @@ sub do_run_test {
}
waitpid $child_pid, 0;
$child_exit = $?;
$child_exit = $? >> 8;
my $end_time = time;
$test_time = $end_time - $start_time;