[commit: ghc] master: Testsuite: mention the existence of ticket #10510 (6cefeb3)
git at git.haskell.org
git at git.haskell.org
Thu Jun 11 18:00:31 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6cefeb373e13c25f6c8c1d08975e14a8655f0bc9/ghc
>---------------------------------------------------------------
commit 6cefeb373e13c25f6c8c1d08975e14a8655f0bc9
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Thu Jun 11 13:46:41 2015 +0200
Testsuite: mention the existence of ticket #10510
[skip ci]
>---------------------------------------------------------------
6cefeb373e13c25f6c8c1d08975e14a8655f0bc9
testsuite/driver/runtests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 87a0889..5a0770d 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
More information about the ghc-commits
mailing list