sample.conf (30f75da5ff475f1f455c0b009f3c06767963c54f) | sample.conf (9064af5206c26ce0d47621fef216b0c43d65d693) |
---|---|
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 --- 531 unchanged lines hidden (view full) --- 540# CHECKOUT = branch 541# 542# If the BUILD_DIR is a git repository, then you can set this option 543# to checkout the given branch before running the TEST. If you 544# specify this for the first run, that branch will be used for 545# all preceding tests until a new CHECKOUT is set. 546# 547# | 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 --- 531 unchanged lines hidden (view full) --- 540# CHECKOUT = branch 541# 542# If the BUILD_DIR is a git repository, then you can set this option 543# to checkout the given branch before running the TEST. If you 544# specify this for the first run, that branch will be used for 545# all preceding tests until a new CHECKOUT is set. 546# 547# |
548# TEST_NAME = name |
|
548# | 549# |
550# If you want the test to have a name that is displayed in 551# the test result banner at the end of the test, then use this 552# option. This is useful to search for the RESULT keyword and 553# not have to translate a test number to a test in the config. 554# |
|
549# For TEST_TYPE = patchcheck 550# 551# This expects the BUILD_DIR to be a git repository, and 552# will checkout the PATCHCHECK_START commit. 553# 554# The option BUILD_TYPE will be ignored. 555# 556# The MIN_CONFIG will be used for all builds of the patchcheck. The build type --- 216 unchanged lines hidden --- | 555# For TEST_TYPE = patchcheck 556# 557# This expects the BUILD_DIR to be a git repository, and 558# will checkout the PATCHCHECK_START commit. 559# 560# The option BUILD_TYPE will be ignored. 561# 562# The MIN_CONFIG will be used for all builds of the patchcheck. The build type --- 216 unchanged lines hidden --- |