Skip to content

Commit

Permalink
[tests] unset NO_COLOR since it can affect the tests where color is c…
Browse files Browse the repository at this point in the history
…aptured in the output

Related to #1154
  • Loading branch information
tstack committed May 24, 2023
1 parent 9323958 commit 34f026e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TESTS_ENVIRONMENT.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#! /bin/bash

unset NO_COLOR

top_srcdir="@abssrcdir@"
export top_srcdir

Expand Down

0 comments on commit 34f026e

Please sign in to comment.