Commit 545adc30 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fix no multi processing arg

parent dc04bedd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -560,7 +560,7 @@ if __name__ == "__main__":
        help='Choose tests to run ["ENC", "DEC", "REND", "ISAR", "ALL"]',
    )
    parser.add_argument(
        "--no-multi-processing",
        "--no_multi_processing",
        default=False,
        action="store_true",
        help="Disable multi-processing for sequential test run (debugging)",