Browse Source
Fix database configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/14528/head
Joas Schilling
7 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
3 additions and
3 deletions
-
autotest.sh
|
|
@ -229,9 +229,9 @@ function execute_tests { |
|
|
|
-e MYSQL_USER="$DATABASEUSER" \ |
|
|
|
-e MYSQL_PASSWORD=owncloud \ |
|
|
|
-e MYSQL_DATABASE="$DATABASENAME" \ |
|
|
|
-d mysql:5.7 |
|
|
|
--innodb_large_prefix=true |
|
|
|
--innodb_file_format=barracuda |
|
|
|
-d mysql:5.7 \ |
|
|
|
--innodb_large_prefix=true \ |
|
|
|
--innodb_file_format=barracuda \ |
|
|
|
--innodb_file_per_table=true) |
|
|
|
|
|
|
|
DATABASEHOST=$(docker inspect --format="{{.NetworkSettings.IPAddress}}" "$DOCKER_CONTAINER_ID") |
|
|
|