Skip to content

Commit

Permalink
Add --no-color to testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 13, 2020
1 parent 138c688 commit 02ac09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main():
filename, update_reference)

if ast:
run_test("ast", "lfortran --show-ast {infile} -o {outfile}",
run_test("ast", "lfortran --show-ast --no-color {infile} -o {outfile}",
filename, update_reference)

if ast_f90:
Expand All @@ -77,7 +77,7 @@ def main():
filename, update_reference)

if asr:
run_test("asr", "lfortran --show-asr {infile} -o {outfile}",
run_test("asr", "lfortran --show-asr --no-color {infile} -o {outfile}",
filename, update_reference)

if llvm:
Expand Down

0 comments on commit 02ac09d

Please sign in to comment.