Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285900
b: refs/heads/master
c: c2857cb
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Dec 23, 2011
1 parent cf787f9 commit 9043f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9cc9e091ed4c70535309dd9336a5ea5c2c5920aa
refs/heads/master: c2857cb4a855aba0c3f826bcd0dfef72abb0995b
4 changes: 3 additions & 1 deletion trunk/tools/testing/ktest/compare-ktest-sample.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

open (IN,"ktest.pl");
while (<IN>) {
# hashes are now used
if (/\$opt\{"?([A-Z].*?)(\[.*\])?"?\}/ ||
/^\s*"?([A-Z].*?)"?\s*=>\s*/ ||
/set_test_option\("(.*?)"/) {
$opt{$1} = 1;
}
Expand All @@ -11,7 +13,7 @@

open (IN, "sample.conf");
while (<IN>) {
if (/^\s*#?\s*(\S+)\s*=/) {
if (/^\s*#?\s*([A-Z]\S*)\s*=/) {
$samp{$1} = 1;
}
}
Expand Down

0 comments on commit 9043f1f

Please sign in to comment.