aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-26 19:06:14 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-26 19:06:14 +0400
commitdde2dad52c969ebc1e385d4c759055c0c05fb433 (patch)
tree988926da2cba40a3c2c17300964e1483e8fd6db1 /modules
parentea4304023c702d26c820235805266ebf900d9ca9 (diff)
downloadabi-compliance-checker-dde2dad52c969ebc1e385d4c759055c0c05fb433.tar.gz
ACC 1.97.1: code cleaning.
Diffstat (limited to 'modules')
-rw-r--r--modules/Internals/RegTests.pm11
-rw-r--r--modules/Internals/Styles/Report.css2
2 files changed, 6 insertions, 7 deletions
diff --git a/modules/Internals/RegTests.pm b/modules/Internals/RegTests.pm
index d82beae..d9083ba 100644
--- a/modules/Internals/RegTests.pm
+++ b/modules/Internals/RegTests.pm
@@ -3966,6 +3966,11 @@ sub runTests($$$$$$$$)
if($Quiet)
{ # quiet mode
@Cmd = (@Cmd, "-quiet");
+ @Cmd = (@Cmd, "-logging-mode", "a");
+ }
+ elsif($LogMode and $LogMode ne "w")
+ { # "w" is default
+ @Cmd = (@Cmd, "-logging-mode", $LogMode);
}
if($ExtendedCheck)
{ # extended mode
@@ -3974,12 +3979,6 @@ sub runTests($$$$$$$$)
@Cmd = (@Cmd, "-lang", "C");
}
}
- if($LogMode eq "n") {
- @Cmd = (@Cmd, "-logging-mode", "n");
- }
- elsif($Quiet) {
- @Cmd = (@Cmd, "-logging-mode", "a");
- }
if($ReportFormat and $ReportFormat ne "html")
{ # HTML is default format
@Cmd = (@Cmd, "-report-format", $ReportFormat);
diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css
index 7103524..af6cd90 100644
--- a/modules/Internals/Styles/Report.css
+++ b/modules/Internals/Styles/Report.css
@@ -200,7 +200,7 @@ span.mangled {
cursor:text;
}
span.sym_ver {
- font-size:14px;
+ font-size:16px;
white-space:nowrap;
}
span.color_p {