Fix run-doctests working dir

This commit is contained in:
Julian Ospald 2020-01-16 02:05:34 +01:00
parent bb24a57e36
commit 1f4e289903
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 6 additions and 2 deletions

View File

@ -18,4 +18,6 @@ fi
set -x
cabal exec doctest -- -ihpath-filepath/src -XOverloadedStrings System.Posix.FilePath
cd "$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)"
cabal exec doctest -- -isrc -XOverloadedStrings System.Posix.FilePath

View File

@ -18,4 +18,6 @@ fi
set -x
cabal exec doctest -- -ihpath/src -XOverloadedStrings -XQuasiQuotes HPath
cd "$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)"
cabal exec doctest -- -isrc -XOverloadedStrings -XQuasiQuotes HPath