Commit 85499acc authored by Fabian Müller's avatar Fabian Müller
Browse files

Fix output with --regenerate-enc-refs, too

parent cdc6e6e7
Loading
Loading
Loading
Loading
Loading
+11 −12
Original line number Diff line number Diff line
@@ -604,8 +604,7 @@ if __name__ == "__main__":

    if args.regenerate_enc_refs:
        conformance.runReferenceGeneration()
        sys.exit(0)

    else:
        testTags = (
            MLDConformance.IVAS_Bins.keys() if args.test_mode == "ALL" else [args.test_mode]
        )