changeset 264:ab4f359de02f

''Really'' skip failing timeout test on windows (not the other way around. sigh.)
author cmlenz
date Thu, 06 Oct 2005 12:40:27 +0000
parents 688501d1d342
children 3dd311b4ad27
files bitten/build/tests/api.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/build/tests/api.py
+++ b/bitten/build/tests/api.py
@@ -130,7 +130,7 @@
         self.assertEqual(['Thanks'], stdout)
         self.assertEqual(0, cmdline.returncode)
 
-    if os.name == 'nt':
+    if os.name != 'nt':
         # This test fails on windows because there's no timeout implementation
         def test_timeout(self):
             script_file = self._create_file('test.py', content="""
Copyright (C) 2012-2017 Edgewall Software