diff options
Diffstat (limited to 'tools/testing/ktest')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 840803b3cd41..d08e214ec6e7 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -3447,7 +3447,7 @@ sub patchcheck { | |||
3447 | my $sha1 = $item; | 3447 | my $sha1 = $item; |
3448 | $sha1 =~ s/^([[:xdigit:]]+).*/$1/; | 3448 | $sha1 =~ s/^([[:xdigit:]]+).*/$1/; |
3449 | 3449 | ||
3450 | doprint "\nProcessing commit $item\n\n"; | 3450 | doprint "\nProcessing commit \"$item\"\n\n"; |
3451 | 3451 | ||
3452 | run_command "git checkout $sha1" or | 3452 | run_command "git checkout $sha1" or |
3453 | die "Failed to checkout $sha1"; | 3453 | die "Failed to checkout $sha1"; |