How to skip series of scripting test and exit?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AlexID
    Junior Member
    • Jan 2024
    • 2

    #1

    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
  • Simon (PassMark)
    Administrator
    • Apr 2021
    • 328

    #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

    • AlexID
      Junior Member
      • Jan 2024
      • 2

      #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:	268
Size:	184.2 KB
ID:	56630

      Comment

      • Simon (PassMark)
        Administrator
        • Apr 2021
        • 328

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

        Comment

        Working...