mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ktest: Fix child exit code processing
am: ff61e0123b
Change-Id: I48042d180623cda33ac13019be30c802a00722fc
This commit is contained in:
committed by
android-build-merger
commit
ce337fd88d
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user