dev: add colors to io tests
This commit is contained in:
committed by
Wolfgang Walther
parent
eb46cf2662
commit
8979442e27
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user