MPE/iX - CI Programming for Stability
July 18, 2008 HP World '01 34
• delete variables “local” to the UDC / script
• :deletevar _”prefix”_@
• purge scratch files
• reset “local” file equations
• don’t do the above if still debugging!
• better to build in a way to preserve files,
variables, etc. on the fly
• use a central cleanup “entry” routine
• use a variable to control the cleanup related
commands
Cleanup