How to end BIT automatically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xpto
    Junior Member
    • May 2009
    • 12

    #1

    How to end BIT automatically

    Hello.

    I'm using BIT v2.0-1006 for Linux.

    Is there some switch that can be used to terminate BIT automatically, but only in case it passes all tests?

    I'm using a Debian based Linux edition.

    Thank you.
  • Tim (PassMark)
    Senior Member
    • Mar 2005
    • 1723

    #2
    Currently no, there isn't way to auto exit BurnInTest only on success (you can auto exit BurnInTest using scripting but this is regardless of the test result). We'll keep in mind adding it as a command line switch or test option for the next version.

    Comment

    • xpto
      Junior Member
      • May 2009
      • 12

      #3
      Originally posted by TimR
      Currently no, there isn't way to auto exit BurnInTest only on success (you can auto exit BurnInTest using scripting but this is regardless of the test result). We'll keep in mind adding it as a command line switch or test option for the next version.

      Hello Tim.

      Hum... you mean I would have to write a bash script to automatically close BIT after all tests are done? Is that it?

      Maybe include a timer in the script?...

      Or would you recommend another way?

      Thank you

      Comment

      • Tim (PassMark)
        Senior Member
        • Mar 2005
        • 1723

        #4
        BurnInTest supports internal scripting, see the scripting section of the help file for details and examples.

        There is an "EXIT" command available however this will exit BurnInTest after the tests have finished no matter what the results.

        Comment

        • xpto
          Junior Member
          • May 2009
          • 12

          #5
          Well... the EXIT command seems promising...

          I'll have a look into it and get back to you.

          Thank you Tim

          Comment

          Working...