You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/04/01 10:48:08 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: Update individual tests instructions

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ae37e9  Update individual tests instructions
8ae37e9 is described below

commit 8ae37e9b0046fb226117c47ac91bb06049ac58be
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Apr 1 12:47:56 2020 +0200

    Update individual tests instructions
---
 README.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 92a93e7..28b9027 100644
--- a/README.md
+++ b/README.md
@@ -11,21 +11,20 @@ runs integration tests against it via HTTP.
 
 ## Default build with integration tests
 
-The integration tests are provided by the sibling integration-tests 
+The integration tests are provided by the sibling [sling-org-apache-sling-launchpad-integration-tests](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests)
 module. By default the Sling instance to test is started, including a
 few test-specific bundles, the integration tests are executed and 
 the instance is stopped.
 
 ## Executing individual tests
 
-To run individual tests against this instance, with the exact same setup used
-in the full build, use
+To start a Sling instance with the exact same setup used in the full
+build of this module, use
 
   mvn clean install -Dlaunchpad.keep.running=true -Dhttp.port=8080
 
-Use `-Dsling.debug.options="<debug options>"` for server-side debugging.
+Adding `-Dsling.debug.options="<debug options>"` for server-side debugging if needed.
 
 Use CTRL-C to stop that instance.
 
-See the README.txt in the integration-tests module for how to run specific 
-tests against that instance.
+The tests of the [sling-org-apache-sling-launchpad-integration-tests](https://github.com/apache/sling-org-apache-sling-launchpad-integration-tests) module can then be run against this instance, as described there.