0025266: Debug statements in the source are getting flushed on to the console

Suppress remaining couts in packages explicitly mentioned in the original bug description

Correction of test cases for issue CR25266
This commit is contained in:
abv
2014-10-16 16:45:55 +04:00
parent a520f6eb9a
commit aefdc31bf0
24 changed files with 127 additions and 129 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if { [string compare $command chamf_sequence] == 0 } {
if {[string compare $os "Debian60-64"] == 0 } {
if { [string compare $group dist_dist] == 0 } {
set nf 2
} else if { [string compare $group equal_dist] == 0 } {
} elseif { [string compare $group equal_dist] == 0 } {
set nf 4
}
}