diff options
Diffstat (limited to 'testrepository/tests/test_setup.py')
-rw-r--r-- | testrepository/tests/test_setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testrepository/tests/test_setup.py b/testrepository/tests/test_setup.py index fdddb81..ecefb8e 100644 --- a/testrepository/tests/test_setup.py +++ b/testrepository/tests/test_setup.py @@ -41,12 +41,12 @@ class TestCanSetup(TestCase): DocTestMatches("""... running install_scripts ... -adding '...testr' +Installing testr script... ...""", doctest.ELLIPSIS), # unixen DocTestMatches("""... -...bin/testr ... -""", doctest.ELLIPSIS) +Installing testr script to build/.../bin +...""", doctest.ELLIPSIS) )) self.assertEqual(0, proc.returncode, "Setup failed out=%r err=%r" % (output, err)) |