Skip to content
Snippets Groups Projects
Commit 3988b79b authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

tests: Fix mysql-server install on buster

parent 17ea2c17
Branches
Tags
1 merge request!46Add a testsuite
load common
begin_mysql() {
apt-get -qq install mysql-server
apt-get -qq install default-mysql-server
zcat "${BATS_TEST_DIRNAME}/samples/bntest_p8Cz8k.sql.gz" | mysql --defaults-file=/etc/mysql/debian.cnf
zcat "${BATS_TEST_DIRNAME}/samples/bntest_v11vJj.sql.gz" | mysql --defaults-file=/etc/mysql/debian.cnf
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment