Use maven-failsafe-plugin instead of surefire to run integration tests
[lttng-ust-java-tests.git] / README.md
index c44a5db62c8aaffd52d772594a87f59be921994f..c30e7f3f09363c4de9812e897c0ec621a9652489 100644 (file)
--- a/README.md
+++ b/README.md
@@ -54,8 +54,8 @@ so make sure the output mentions succesful tests and not skipped ones.
 Please make sure you have no `lttng` session active prior to or during the
 tests, or it might interfere with the test runs!
 
-Detailed JUnit test reports will be available as usual under
-`target/surefire-reports/`
+Detailed JUnit test reports will be available under
+`lttng-ust-java-tests/target/failsafe-reports/`
 
 
 Running the benchmarks
This page took 0.022831 seconds and 4 git commands to generate.