View Issue Details

IDProjectCategoryView StatusLast Update
0032392Open CASCADEOCCT:DRAWpublic2023-08-01 15:08
Reporteroan Assigned Toabv 
PrioritynormalSeverityminor 
Status newResolutionopen 
Product Version7.5.0 
Target VersionUnscheduled 
Summary0032392: DRAWEXE does not handle return code of tcl script
DescriptionRegardless of integer code used as parameter of tcl command "exit", DRAWEXE always returns 0.
Steps To ReproduceLinux:
./draw.sh
>> exit 1
echo $? # Always prints 0

Windows:
draw.bat
>> exit 1
echo %errorlevel% # Always prints 0
TagsNo tags attached.
Test case number

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-05-25 00:28 oan New Issue
2021-05-25 00:28 oan Assigned To => abv
2021-05-25 00:53 kgv Product Version => 7.5.0
2021-09-09 21:36 kgv Target Version 7.6.0 => 7.7.0
2022-10-24 10:40 szy Target Version 7.7.0 => 7.8.0
2023-08-01 15:08 dpasukhi Target Version 7.8.0 => Unscheduled