Run Forever in command line mode

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • poadshaw
    Junior Member
    • Jul 2017
    • 4

    #1

    Run Forever in command line mode

    I would like BurnInTest to run until I stop it. I have tried the following with no joy:

    # ./bit_cmd_line_x64 -D 0
    # ./bit_cmd_line_x64 -X 0
    # ./bit_cmd_line_x64 -D 9999

    the first 2 run for 15 minutes. The last one will run for 9999 minutes.

    Is there a run forever option for command line? And if so how do I execute it?
  • Tim (PassMark)
    Senior Member
    • Mar 2005
    • 1723

    #2
    Currently it can't be setup from the command line to run forever, you will need to edit the cmdline_config.txt file and change the AutoStopMinutes and AutoStopCycles values to 0.

    Comment

    Working...