projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be504f1
)
test_macos can be skipped on non-mac platforms.
author
Amaury Forgeot d'Arc
<amauryfa@gmail.com>
Thu, 19 Jun 2008 19:57:39 +0000
(19:57 +0000)
committer
Amaury Forgeot d'Arc
<amauryfa@gmail.com>
Thu, 19 Jun 2008 19:57:39 +0000
(19:57 +0000)
Lib/test/regrtest.py
patch
|
blob
|
history
diff --git
a/Lib/test/regrtest.py
b/Lib/test/regrtest.py
index 7aa22ed814bdac224b5fddb173e79750b00447ef..bad8136f5bf87f9823192667040e2217470e7469 100755
(executable)
--- a/
Lib/test/regrtest.py
+++ b/
Lib/test/regrtest.py
@@
-1128,7
+1128,7
@@
class _ExpectedSkips:
self.expected.add('test_imageop')
if not sys.platform in ("mac", "darwin"):
- MAC_ONLY = ["test_macostools", "test_aepack",
+ MAC_ONLY = ["test_macos
", "test_macos
tools", "test_aepack",
"test_plistlib", "test_scriptpackages",
"test_applesingle"]
for skip in MAC_ONLY: