mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-24 15:47:16 +08:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user