From eac0345689df993def3c78c63f10c68519683991 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 19 May 2010 17:05:13 +0200 Subject: [PATCH] fix wrong test invocation --HG-- branch : trunk --- testing/plugin/test_pytest_skipping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/plugin/test_pytest_skipping.py b/testing/plugin/test_pytest_skipping.py index a94bacdef..b5bcd3cd1 100644 --- a/testing/plugin/test_pytest_skipping.py +++ b/testing/plugin/test_pytest_skipping.py @@ -162,7 +162,7 @@ class TestXFail: def test_that(): assert 1 """) - result = testdir.runpytest(p, '-rX') + result = testdir.runpytest(p, '-rP') result.stdout.fnmatch_lines([ "*XPASS*test_that*", "*1 xpassed*"