Skip to content

Commit

Permalink
Merge pull request #32299 from owncloud/using-remote-param-for-run-sh
Browse files Browse the repository at this point in the history
Use --remote for acceptance tests run on drone
  • Loading branch information
phil-davis authored Aug 10, 2018
2 parents 0f1d372 + e8e72dc commit 09ece7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pipeline:
commands:
- touch /drone/saved-settings.sh
- . /drone/saved-settings.sh
- ./tests/drone/test-acceptance.sh
- ./tests/drone/test-acceptance.sh --remote
when:
matrix:
TEST_SUITE: api
Expand Down
2 changes: 1 addition & 1 deletion tests/drone/test-acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ declare -x OC_TEST_ALT_HOME
[[ -z "${OC_TEST_ALT_HOME}" ]] && OC_TEST_ALT_HOME=1

pushd tests/acceptance
su-exec www-data ./run.sh
su-exec www-data ./run.sh "$@"
popd

0 comments on commit 09ece7d

Please sign in to comment.