summaryrefslogtreecommitdiff
path: root/testsuite/driver
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-06-11 13:46:41 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-06-11 20:00:24 +0200
commit6cefeb373e13c25f6c8c1d08975e14a8655f0bc9 (patch)
treea4403563add2efc37fd543efdf36ec0e99813e6f /testsuite/driver
parent506522c95f5d43db4d469135878c56fe20eb81f6 (diff)
downloadhaskell-6cefeb373e13c25f6c8c1d08975e14a8655f0bc9.tar.gz
Testsuite: mention the existence of ticket #10510
[skip ci]
Diffstat (limited to 'testsuite/driver')
-rw-r--r--testsuite/driver/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 87a0889c18..5a0770d02f 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -139,7 +139,7 @@ if config.use_threads == 1:
print("Warning: Ignoring request to use threads as python version is 2.7.2")
print("See http://bugs.python.org/issue13817 for details.")
config.use_threads = 0
- if windows:
+ if windows: # See Trac ticket #10510.
print("Warning: Ignoring request to use threads as running on Windows")
config.use_threads = 0