Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357692
b: refs/heads/master
c: 3527568
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt (Red Hat) committed Jan 30, 2013
1 parent 99a2205 commit 28540a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 319ab14f051aeb04d6da20d82b389ad875083041
refs/heads/master: 35275685bf6123529e67c1dc91b8c05e479124e8
4 changes: 4 additions & 0 deletions trunk/tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1925,6 +1925,10 @@ sub check_buildlog {

my @files = `git show $patch | diffstat -l`;

foreach my $file (@files) {
chomp $file;
}

open(IN, "git show $patch |") or
dodie "failed to show $patch";
while (<IN>) {
Expand Down

0 comments on commit 28540a4

Please sign in to comment.