From 270f929570f8b5bd991c99ac7c35a18c487decc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Tue, 5 Feb 2013 06:17:15 -0800 Subject: [PATCH] Add one more warning about udev rules to the list of the highlighted ones. --- readscript.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readscript.rb b/readscript.rb index 63d6d1c..e6badac 100755 --- a/readscript.rb +++ b/readscript.rb @@ -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"))