rcptt: Update README.md file
authorPatrick Tasse <patrick.tasse@gmail.com>
Wed, 2 Mar 2016 22:28:00 +0000 (17:28 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 3 Mar 2016 05:29:22 +0000 (00:29 -0500)
Change-Id: If671d62e5dbbb3288e3fa0aa972995dfd88cf9eb
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/67703
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
rcp/org.eclipse.tracecompass.rcp.rcptt.tests/README.md

index aae56843768507e049dea93aa05f378eccc53999..11f468015ac876e57a7eefe17be6db0c862fb847 100644 (file)
@@ -1,4 +1,5 @@
 # tracecompass-rcptt-test
+
 Blackbox UI test using RCPTT for Trace Compass
 
 ## How to run ?
@@ -7,24 +8,22 @@ You can run this project either via maven or via the RCP Testing Tool.
 
 ### Local maven run
 
-```
-mvn clean install
-```
+`mvn clean install`
 
-Results will be located under ./target/results.
+Results will be located under `./target/results`.
 
-By default maven will use the RCP built in ../org.eclipse.tracecompass.rcp.product
+By default maven will use the RCP built in `../rcp/org.eclipse.tracecompass.rcp.product`.
 Therefore, if you only want to execute the tests in this folder and not the rest of the build,
-you need to make sure that the product has been built first (mvn clean install in the product folder).
+you need to make sure that the product has been built first (`mvn clean install -Dmaven.test.skip=true` in the git repository root folder).
 
-Test traces are being made available in a path defined as the "dataPath" system property. The test traces are being downloaded as part of the maven build and extracted in target/dependency/tracecompass-test-traces-ctf-jar
+Test traces are being made available in a path defined as the `dataPath` system property. The test traces are being downloaded as part of the maven build and extracted in `./target/dependency/tracecompass-test-traces-ctf-jar/`.
 
 ### Via RCPTT
 
 In order to have the RCP and test traces, it is better to run with Maven first.
 Once this is done, the project (this directory) can be imported in RCPTT.
 
-To run the tests, open test_suite/open_trace_suite then click Execute at the top-right corner
+To run the tests, open `test_suite/open_trace_suite` then click Execute at the top-right corner
 
 A predefined launch is provided to ease with launching the tests.
 This launch sets up the AUT path and dataPath (test traces).
This page took 0.027837 seconds and 5 git commands to generate.