[commit: ghc] wip/nfs-locking: Run selftest in GHC tree (f808265)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:13:21 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/f808265388e8356810b450acf72531475b18d340/ghc
>---------------------------------------------------------------
commit f808265388e8356810b450acf72531475b18d340
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Sun Oct 30 17:46:37 2016 +0000
Run selftest in GHC tree
>---------------------------------------------------------------
f808265388e8356810b450acf72531475b18d340
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index 7687500..b80008c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,7 +29,7 @@ build_script:
- stack build
# Run internal Hadrian tests
- - stack exec hadrian -- selftest
+ - stack exec hadrian -- --directory ".." selftest
# Build GHC
- stack exec hadrian -- --lint --directory ".." -j --flavour=quickest --verbose --no-progress --progress-info=brief --progress-colour=never --profile=-
More information about the ghc-commits
mailing list