Skip to content
Snippets Groups Projects
  • Simon Glass's avatar
    d1b46595
    test: Add a way to detect a test that breaks another · d1b46595
    Simon Glass authored
    
    When running unit tests, some may have side effects which cause a
    subsequent test to break. This can sometimes be seen when using 'ut dm'
    or similar.
    
    Add a new argument which allows a particular (failing) test to be run
    immediately after a certain number of tests have run. This allows the
    test causing the failure to be determined.
    
    Update the documentation also.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    d1b46595
    History
    test: Add a way to detect a test that breaks another
    Simon Glass authored
    
    When running unit tests, some may have side effects which cause a
    subsequent test to break. This can sometimes be seen when using 'ut dm'
    or similar.
    
    Add a new argument which allows a particular (failing) test to be run
    immediately after a certain number of tests have run. This allows the
    test causing the failure to be determined.
    
    Update the documentation also.
    
    Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>