Skip to content

Commit

Permalink
Merge pull request #34761 from owncloud/fixRunSh
Browse files Browse the repository at this point in the history
fix occ url when running acceptance tests on build-it server
  • Loading branch information
phil-davis authored Mar 15, 2019
2 parents f16b160 + 5aecf40 commit 4ac13e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ else

# The endpoint to use to do occ commands via the testing app
TESTING_APP_URL="${TEST_SERVER_URL}/ocs/v2.php/apps/testing/api/v1/"
OCC_URL="${TEST_SERVER_URL}occ"
DIR_URL="${TEST_SERVER_URL}dir"
OCC_URL="${TESTING_APP_URL}occ"
DIR_URL="${TESTING_APP_URL}dir"

# Give time for the PHP dev server to become available
# because we want to use it to get and change settings with the testing app
Expand Down

0 comments on commit 4ac13e2

Please sign in to comment.