mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026192: Porting testing database on Debian70 64bit
Modified test cases for platform Debian70 64bit Changed todo mapping for Debian70-64
This commit is contained in:
@@ -1669,6 +1669,8 @@ proc _tests_platform_def {} {
|
||||
set env(os_type) RedHat$num
|
||||
} elseif { [regexp {Debian[ \tA-Za-z/]+([0-9]+)[.]([0-9]+)} $issue res num subnum] } {
|
||||
set env(os_type) Debian$num$subnum
|
||||
} elseif { [regexp {Debian[ \tA-Za-z/]+([0-9]+)} $issue res num] } {
|
||||
set env(os_type) Debian${num}0
|
||||
} elseif { [regexp {CentOS[ \tA-Za-z]+([0-9]+)[.]([0-9]+)} $issue res num subnum] } {
|
||||
set env(os_type) CentOS$num$subnum
|
||||
} elseif { [regexp {Scientific[ \tA-Za-z]+([0-9]+)[.]([0-9]+)} $issue res num subnum] } {
|
||||
|
Reference in New Issue
Block a user