summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-02-11 17:36:40 +0000
committerIan Lynagh <ian@well-typed.com>2013-02-11 17:36:40 +0000
commitac5ac465ebdc2f02f6d25c8ba31f38ecce59072d (patch)
tree990fc48af4e54703d2959f683c5f65a0a7b8c7a2 /testsuite/driver/testglobals.py
parent39997e4da4000b1d0ea333f8d29313cf98d4df61 (diff)
downloadhaskell-ac5ac465ebdc2f02f6d25c8ba31f38ecce59072d.tar.gz
Tweak the brokens list to include the directory the test is in
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r--testsuite/driver/testglobals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index b7b60077f8..a9595570fc 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -265,7 +265,7 @@ class TestOptions:
global default_testopts
default_testopts = TestOptions()
-# (bug, name) of tests marked broken
+# (bug, directory, name) of tests marked broken
global brokens
brokens = []