assert(1==1) # The following section will fail but we do not wish to record the failure in the script result # The result file will include the failure but the overall result will be passed ignoreresult # This is a deliberate failure assert(1==0) endignoreresult assert(1==1)