# HG changeset patch -- Bitbucket.org # Project pytest-xdist # URL http://bitbucket.org/hpk42/pytest-xdist/overview # User holger krekel <hol...@merlinux.eu> # Date 1272494831 -7200 # Node ID 65ce742e0e1a4cd1c5d364be6e7e378390467d98 # Parent a3c7af80b76fb2d03036753ebf22c21305ad35d0 adapt for fnmatch_lines changes on trunk
--- a/testing/test_boxed.py +++ b/testing/test_boxed.py @@ -8,7 +8,7 @@ def test_functional_boxed(testdir): os.kill(os.getpid(), 15) """) result = testdir.runpytest(p1, "--boxed") - assert result.stdout.fnmatch_lines([ + result.stdout.fnmatch_lines([ "*CRASHED*", "*1 failed*" ]) _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn