Commit 30551f40 authored by Anas Nashif's avatar Anas Nashif Committed by Andrew Boie
Browse files

sanitycheck: do not list discards when loading tests from file



When we load tests from a file, we do not have the discarded list, this
would have been done already when saving the test file.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent dfdf5e37
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2339,7 +2339,7 @@ def main():
    if options.discard_report:
        ts.discard_report(options.discard_report)

    if VERBOSE > 1:
    if VERBOSE > 1 and discards:
        for i, reason in discards.items():
            debug(
                "{:<25} {:<50} {}SKIPPED{}: {}".format(