From b1235a67de9589457af91dfc322d7853199547b0 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 18 Oct 2016 12:40:17 +0200 Subject: test alternative drone syntax for command options Signed-off-by: Morris Jobke --- autotest.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'autotest.sh') diff --git a/autotest.sh b/autotest.sh index c77562e7602..61e7426ab99 100755 --- a/autotest.sh +++ b/autotest.sh @@ -218,7 +218,10 @@ function execute_tests { -e MYSQL_USER="$DATABASEUSER" \ -e MYSQL_PASSWORD=owncloud \ -e MYSQL_DATABASE="$DATABASENAME" \ - -d mysql:5.7) + -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") -- cgit v1.2.3