~singpolyma/biboumi

056bc3da066bbf0345db27ac41bca0433ba4db0b — louiz’ 6 years ago db7ac6f
Actually run all the e2e scenario if nothing is specified
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/end_to_end/__main__.py
M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +1 -1
@@ 1677,7 1677,7 @@ if __name__ == '__main__':
    print("Running %s checks for biboumi." % (len(scenarios)))

    for s in scenarios:
        if s.name not in scenar_list:
        if scenar_list and s.name not in scenar_list:
            continue
        test = BiboumiTest(s)
        if not test.run():