From effc8af9fc285321c9064e1d691a125f5568fdd8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 7 Feb 2013 21:37:15 +0000 Subject: Pass the test name to the test options This allows them to give framework failures. I also had to change how setTestOpts works. Now, rather than applying the options to the directory's "default options", it just stores the options to be applied for each test (i.e. once we know the test name). --- testsuite/tests/plugins/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/plugins') diff --git a/testsuite/tests/plugins/all.T b/testsuite/tests/plugins/all.T index 68225aed7b..2f0fc44c9b 100644 --- a/testsuite/tests/plugins/all.T +++ b/testsuite/tests/plugins/all.T @@ -1,4 +1,4 @@ -def f(opts): +def f(name, opts): if (ghc_with_interpreter == 0): opts.skip = 1 -- cgit v1.2.1