Adjusting testing cases
[occt.git] / tests / bugs / moddata / bug165_2
index b06f3a9..eec1314 100755 (executable)
@@ -1,6 +1,12 @@
-puts "TODO OCC12345 ALL: An exception was caught"
-puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
-puts "TODO OCC12345 ALL: OCC165 Faulty"
+if { [array get env os_type] != "" } {
+    set os $env(os_type)
+}
+if { [string compare $os "windows"] != 0 } {
+    puts "TODO OCC12345 ALL: An exception was caught"
+    puts "TODO OCC12345 ALL: \\*\\* Exception \\*\\*.*"
+    puts "TODO OCC12345 ALL: OCC165 Faulty"
+}
+
 puts "========"
 puts "OCC165"
 puts "Bug regression in BRepOffsetAPI_MakeOffset class (offsetting in OY direction)"