1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/bugs/caf/bug381_1

19 lines
395 B
Plaintext
Executable File

puts "================="
puts "OCC381"
puts "================="
puts ""
pload QAcommands
NewDocument D MDTV-Standard
######################################################
catch { SaveAs D ${imagedir}/OCC381_1.std }
if { [catch { OCC381_Save D } ] } {
puts "OCC381: Error"
} else {
catch { exec chmod 777 ${imagedir}/OCC381_1.std }
file delete -force ${imagedir}/OCC381_1.std
}