Fix run-doctests working dir
This commit is contained in:
parent
bb24a57e36
commit
1f4e289903
@ -18,4 +18,6 @@ fi
|
|||||||
|
|
||||||
set -x
|
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
|
||||||
|
@ -18,4 +18,6 @@ fi
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
cabal exec doctest -- -ihpath/src -XOverloadedStrings -XQuasiQuotes HPath
|
cd "$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)"
|
||||||
|
|
||||||
|
cabal exec doctest -- -isrc -XOverloadedStrings -XQuasiQuotes HPath
|
||||||
|
Loading…
Reference in New Issue
Block a user