ktest: Fix child exit code processing
am: 485171b1ee
Change-Id: Ieab6fa2965534c94e45facc8a7a39a27d5d90bf9
This commit is contained in:
commit
713f4b78ef
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue