sample.conf (3410f6fd5e3e96de4b557a62b7a2fbf19d74b1cd) | sample.conf (2d01b26a1b14ab248f850d858f2ff3de3ead6d33) |
---|---|
1# 2# Config file for ktest.pl 3# 4# Note, all paths must be absolute 5# 6 7# Options set in the beginning of the file are considered to be 8# default options. These options can be overriden by test specific --- 292 unchanged lines hidden (view full) --- 301#STOP_AFTER_SUCCESS = 10 302 303# In case the console constantly fills the screen, having 304# a specified time to stop the test after failure is recommended. 305# (in seconds) 306# (default 60) 307#STOP_AFTER_FAILURE = 60 308 | 1# 2# Config file for ktest.pl 3# 4# Note, all paths must be absolute 5# 6 7# Options set in the beginning of the file are considered to be 8# default options. These options can be overriden by test specific --- 292 unchanged lines hidden (view full) --- 301#STOP_AFTER_SUCCESS = 10 302 303# In case the console constantly fills the screen, having 304# a specified time to stop the test after failure is recommended. 305# (in seconds) 306# (default 60) 307#STOP_AFTER_FAILURE = 60 308 |
309# In case the console constantly fills the screen, having 310# a specified time to stop the test if it never succeeds nor fails 311# is recommended. 312# Note: this is ignored if a success or failure is detected. 313# (in seconds) 314# (default 600, -1 is to never stop) 315#STOP_TEST_AFTER = 600 316 |
|
309# Stop testing if a build fails. If set, the script will end if 310# a failure is detected, otherwise it will save off the .config, 311# dmesg and bootlog in a directory called 312# MACHINE-TEST_TYPE_BUILD_TYPE-fail-yyyymmddhhmmss 313# if the STORE_FAILURES directory is set. 314# (default 1) 315# Note, even if this is set to zero, there are some errors that still 316# stop the tests. --- 340 unchanged lines hidden --- | 317# Stop testing if a build fails. If set, the script will end if 318# a failure is detected, otherwise it will save off the .config, 319# dmesg and bootlog in a directory called 320# MACHINE-TEST_TYPE_BUILD_TYPE-fail-yyyymmddhhmmss 321# if the STORE_FAILURES directory is set. 322# (default 1) 323# Note, even if this is set to zero, there are some errors that still 324# stop the tests. --- 340 unchanged lines hidden --- |