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?
# ./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?
Comment