Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252999
b: refs/heads/master
c: 9bf7174
h: refs/heads/master
i:
  252997: a693a28
  252995: 6e67ebc
  252991: 11454ba
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Jun 2, 2011
1 parent e71b782 commit 763e0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4da46da2d295c0d9f4aaf28dd2b70a1ecb42d972
refs/heads/master: 9bf7174949aef2f43253956e1f3ab01698abbd79
2 changes: 1 addition & 1 deletion trunk/tools/testing/ktest/ktest.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ sub process_config_ignore {
or dodie "Failed to read $config";

while (<IN>) {
if (/^(.*?(CONFIG\S*)(=.*| is not set))/) {
if (/^((CONFIG\S*)=.*)/) {
$config_ignore{$2} = $1;
}
}
Expand Down

0 comments on commit 763e0c7

Please sign in to comment.