Commit bfd4bf61 authored by Marc Abramowitz's avatar Marc Abramowitz

test_python33_bdist_egg.py: Check return value of bdist_egg command

--HG--
branch : distribute
extra : rebase_source : 1f6c2ebfe44bdb09ee48f49f2cea94edf933e540
parent 115c62e6
......@@ -18,7 +18,7 @@ class TestPython33BdistEgg(unittest.TestCase):
def test_build_egg(self):
os.chdir(os.path.join(CURDIR, 'python3.3_bdist_egg_test'))
_python_cmd("setup.py", "bdist_egg")
self.assertTrue(_python_cmd("setup.py", "bdist_egg"))
if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment