Skip to content

Commit

Permalink
Add one more warning about udev rules to the list of the highlighted …
Browse files Browse the repository at this point in the history
…ones.
  • Loading branch information
Flameeyes committed Feb 5, 2013
1 parent 6c6f25a commit 270f929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readscript.rb
Expand Up @@ -22,7 +22,7 @@
require 'archive/tar/minitar'
require 'builder'

warnings = Regexp.new("(Tinderbox QA Warning!|QA Notice: (Pre-stripped|file does not exist|command not found|USE flag|Files built without respecting|The following files)|linux_config_exists|will always overflow|called with bigger|maintainer mode detected|econf called in src_compile)")
warnings = Regexp.new("(Tinderbox QA Warning!|QA Notice: (Pre-stripped|file does not exist|command not found|USE flag|Files built without respecting|The following files)|linux_config_exists|will always overflow|called with bigger|maintainer mode detected|econf called in src_compile|udev rules should be installed)")

config = IniFile.new(File.read("./tboxanalysis.ini"))

Expand Down

0 comments on commit 270f929

Please sign in to comment.