The regresssion processing can be disabled on the server side or per submit.
Supported the option ignore_regressions = True in lnt.cfg to disable regresssion processing at all.
Added the parameter --ignore-regressions to lnt submit command.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLNT LNT
Event Timeline
Comment Actions
LGTM. Gee that's an impressive amount of changes needed for bubbling up the config and command-line options to the processing code!
lnt/lnttool/main.py | ||
---|---|---|
191 | Should this still include testsuite? |
lnt/lnttool/main.py | ||
---|---|---|
191 |
lnt/lnttool/main.py | ||
---|---|---|
191 | I meant that missing testsuite was fixed |
Should this still include testsuite?