Announcement

Collapse
No announcement yet.

Quit PassMark when finished

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Quit PassMark when finished

    I'm creating an application that will run PassMark via command line, maybe a script, and a custom config file.

    What I need to be able to do, is end PassMark when it's finished. Seeing Pass/Fail is irrelevant since I'll be parsing the log file at the end to retrieve that information.

    I've looked through the documentation, but I'm either missing something, or it's not available.

    Can anyone shed some light on this?

  • #2
    To exit BurnInTest after a test run either:

    1) From a script use the "EXIT" command
    EXIT COMMAND
    Syntax:
    EXIT
    Parameters:
    none
    Note: BurnInTest will exit with a return code indicating whether the tests run during the script passed or failed. An exit code of 0 means SUCCESS, while and exit code of 1 means FAILURE.
    Examples:
    RUN CONFIG
    #Exit BurnInTest and return an exit code to the batch file
    EXIT

    2) Set your configuration file with the Preferences->Post-Test options "Run external applciation and exit" and leave the "External applciation" field blank. Do this for both Action: Testing passed and Testing failed.

    Comment


    • #3
      That's fantastic, Ian.

      Thank you very much. That's exactly what I need.

      Comment

      Working...
      X