aboutsummaryrefslogtreecommitdiff
path: root/verif/runner/tosa_verif_run_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/runner/tosa_verif_run_tests.py')
-rw-r--r--verif/runner/tosa_verif_run_tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/verif/runner/tosa_verif_run_tests.py b/verif/runner/tosa_verif_run_tests.py
index dd86950..b400d76 100644
--- a/verif/runner/tosa_verif_run_tests.py
+++ b/verif/runner/tosa_verif_run_tests.py
@@ -119,6 +119,13 @@ def parseArgs(argv):
choices=["positive", "negative", "both"],
help="Filter tests based on expected failure status (positive, negative or both)",
)
+ parser.add_argument(
+ "--no-color",
+ "--no-colour",
+ dest="no_color",
+ action="store_true",
+ help="Disable color output",
+ )
args = parser.parse_args(argv)