]> source.dussan.org Git - nextcloud-server.git/commit
Link the default Apache directory to the Nextcloud server in all runners
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Mon, 29 Oct 2018 11:23:01 +0000 (12:23 +0100)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Mon, 29 Oct 2018 15:23:38 +0000 (16:23 +0100)
commitb321e47e5de6b6564195f5d3b26dfa4c465235f3
treebb6ecc8c4f7ba9ab8c46f90fe72251308c6f87fa
parent2bd81a2557f5b279f0f579fa334e2d5d670012dc
Link the default Apache directory to the Nextcloud server in all runners

In order to run the acceptance tests in Apache "/var/www/html" has to be
linked to the root directory of the Nextcloud server. Before this was
automatically done when launching the acceptance tests through
"./run.sh", but an explicit command was needed when run in Drone. Now
the linking was moved from "run.sh" to "run-local.sh", so it is
automatically done when run through "./run.sh" and in Drone, including
when running the tests for an app instead of for the server.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
tests/acceptance/run-local.sh
tests/acceptance/run.sh