[commit: ghc] master: Skip test when external interpreter missing (0702229)
git at git.haskell.org
git at git.haskell.org
Fri Dec 28 12:54:54 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/07022297749b8091af58a3302581ad90e9ca329b/ghc
>---------------------------------------------------------------
commit 07022297749b8091af58a3302581ad90e9ca329b
Author: Peter Trommler <ptrommler at acm.org>
Date: Sat Dec 15 22:22:47 2018 +0100
Skip test when external interpreter missing
>---------------------------------------------------------------
07022297749b8091af58a3302581ad90e9ca329b
testsuite/tests/plugins/all.T | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T
index 3b03166..da6294e 100644
--- a/testsuite/tests/plugins/all.T
+++ b/testsuite/tests/plugins/all.T
@@ -196,6 +196,7 @@ test('plugin-recomp-change-prof',
test('static-plugins',
[extra_files(['simple-plugin/']),
+ unless(config.have_ext_interp, skip),
extra_run_opts('"' + config.libdir + '"')],
compile_and_run,
['-package ghc -isimple-plugin/'])
More information about the ghc-commits
mailing list