dev: add colors to io tests

This commit is contained in:
Wolfgang Walther
2020-12-06 13:33:25 +01:00
committed by Wolfgang Walther
parent eb46cf2662
commit 8979442e27
2 changed files with 15 additions and 8 deletions
+2 -1
View File
@@ -5,6 +5,7 @@
, checkedShellScript
, curl
, devCabalOptions
, diffutils
, git
, haskell
, lib
@@ -79,7 +80,7 @@ let
name
''
env="$(cat ${postgrest.env})"
export PATH="$env/bin:${curl}/bin:${procps}/bin:$PATH"
export PATH="$env/bin:${curl}/bin:${procps}/bin:${diffutils}/bin:$PATH"
rootdir="$(${git}/bin/git rev-parse --show-toplevel)"
cd "$rootdir"