From fc4e24059694ddc429d44caad676ed872729870c Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 23 Feb 2016 10:05:51 +0000 Subject: [PATCH] Correct JUnit test invocation example --- doc/en/example/simple.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/simple.rst b/doc/en/example/simple.rst index 8d793d6dc..a5643fffc 100644 --- a/doc/en/example/simple.rst +++ b/doc/en/example/simple.rst @@ -748,4 +748,4 @@ over to ``pytest`` instead. For example:: This makes it convenient to execute your tests from within your frozen application, using standard ``py.test`` command-line options:: - ./app_main --pytest --verbose --tb=long --junit-xml=results.xml test-suite/ + ./app_main --pytest --verbose --tb=long --junitxml=results.xml test-suite/