Skip to content

Commit

Permalink
enable colors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jun 20, 2023
1 parent 99b1b0e commit 269827f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CMD=$1

if [[ -z "${YOKAN_TEST_BACKEND}" ]]; then
$CMD
$CMD --color always
else
$CMD --param backend ${YOKAN_TEST_BACKEND}
$CMD --color always --param backend ${YOKAN_TEST_BACKEND}
fi

0 comments on commit 269827f

Please sign in to comment.