mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ktest: Fix child exit code processing
am: 485171b1ee
Change-Id: Ieab6fa2965534c94e45facc8a7a39a27d5d90bf9
This commit is contained in:
committed by
android-build-merger
commit
713f4b78ef
@@ -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