Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

test

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    11746 commits behind the upstream repository.
    user avatar
    Stephen Warren authored
    In pytest 3, runtestprotocol() may not call pytest_runtest_setup() if
    the test is skipped. That call is required to create a section for the
    test in the log file. If this is skipped, the call to log.end_section()
    at the tail of pytest_runtest_protocol() will throw an exception. This
    patch ensures that a log section always exists, both to avoid the
    exception and to ensure that a consistently structured log file is
    always created.
    
    Cc: Stefan Brüns <stefan.bruens@rwth-aachen.de>
    Reported-by: default avatarStefan Brüns <stefan.bruens@rwth-aachen.de>
    Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
    Tested-by: default avatarTom Rini <trini@konsulko.com>
    b0a928a1
    History