diff options
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index df0c609c7c50..abd6f37b0561 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -4456,7 +4456,9 @@ for (my $i = 1; $i <= $opt{"NUM_TESTS"}; $i++) { | |||
4456 | } | 4456 | } |
4457 | 4457 | ||
4458 | if (defined($final_post_ktest)) { | 4458 | if (defined($final_post_ktest)) { |
4459 | run_command $final_post_ktest; | 4459 | |
4460 | my $cp_final_post_ktest = eval_kernel_version $final_post_ktest; | ||
4461 | run_command $cp_final_post_ktest; | ||
4460 | } | 4462 | } |
4461 | 4463 | ||
4462 | if ($opt{"POWEROFF_ON_SUCCESS"}) { | 4464 | if ($opt{"POWEROFF_ON_SUCCESS"}) { |