Announcement

Collapse
No announcement yet.

How to skip series of scripting test and exit?

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

  • How to skip series of scripting test and exit?

    If in script added only one test, all work fine: When stop-flag-file (BURNINTEST_STOP) added in "BurnInTest" directory, test stoped and "BurnInTest" exit.. If in script two or more test added, test stopped but BurnInTest not closing. How to fix it?
    my comand line
    bit.exe -T -p -r -s c:\burnintest\tasks.bits

    script:
    SETDURATION 1
    LOOP 1
    {
    LOG "CPU Test"
    RUN CPU
    #RUN MEMORY <-- if uncomment it, program stoped, but not exit when "BURNINTEST_STOP" added
    }


    EXIT

  • #2
    Believe we were able to reproduce the issue, can you try running the below build which should address this:
    https://www.passmark.com/downloads/t...g_20240130.exe

    Comment


    • #3
      Hi! Sorry for long response.
      Bug/feature still here..

      script not stopping after BURNINTEST STOP placed. (stopped only current test) and it trieing start next test... then showed Error and not exit from programm.

      Click image for larger version

Name:	image.png
Views:	81
Size:	184.2 KB
ID:	56630

      Comment


      • #4
        Made another change, can you try running the below:
        https://www.passmark.com/downloads/t...g_20240216.exe

        Comment

        Working...
        X