owncloud / testing

🔧 app for testing ownCloud
GNU Affero General Public License v3.0
3 stars 4 forks source link

add --remote for running acceptance tests #69

Closed phil-davis closed 5 years ago

phil-davis commented 5 years ago

Description

Add the --remote switch when running acceptance tests. This helps in situations where the system-under-test and the test runner are on different systems, or running as different users. e.g. when a developer is running their server as www-data and the test runner is running as themselves.

Checklist: