X-Git-Url: https://git.openfabrics.org/?p=~shefty%2Frdma-dev.git;a=blobdiff_plain;f=tools%2Ftesting%2Fktest%2Fsample.conf;h=e7119024b879fc78d25c02f59931c9de85727893;hp=d7148f7c7c0409463b157148386bd3595f73e4b3;hb=be405f95f0a090d1dfc26a5bb4d781c00f34479c;hpb=96f6a0df19238fceed77ddfc33bb2d6a4e1b9be6 diff --git a/tools/testing/ktest/sample.conf b/tools/testing/ktest/sample.conf index d7148f7c7c0..e7119024b87 100644 --- a/tools/testing/ktest/sample.conf +++ b/tools/testing/ktest/sample.conf @@ -741,6 +741,14 @@ # (default 0) #IGNORE_UNUSED = 1 +# When testing a kernel that happens to have WARNINGs, and call +# traces, ktest.pl will detect these and fail a boot or test run +# due to warnings. By setting this option, ktest will ignore +# call traces, and will not fail a test if the kernel produces +# an oops. Use this option with care. +# (default 0) +#IGNORE_ERRORS = 1 + #### Per test run options #### # The following options are only allowed in TEST_START sections. # They are ignored in the DEFAULTS sections.