Help for this page

Select Code to Download


  1. or download this
    $ prove --failures --ignore-exit epicsTypesTest.t
    epicsTypesTest.t .. 1/10 
    ...
      Non-zero exit status: 1
    Files=1, Tests=10,  0 wallclock secs (0.03 usr + 0.01 sys = 0.04 CPU)
    Result: FAIL
    
  2. or download this
                 --ignore-exit     Ignore exit status from test scripts.
    
  3. or download this
      "ignore_exit"
          $parser->ignore_exit(1);
    ...
        exit status are considered to have failed even if all individual
        tests passed. In cases where it is not possible to control the
        exit value of the test script use this option to ignore it.