mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rmysql: improve tests
This commit is contained in:
parent
40e6329e38
commit
1541992b2d
2 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,7 @@ check() {
|
|||
cd "$_pkgname/tests"
|
||||
|
||||
# create database for tests
|
||||
export HOME="$srcdir" # make sure mariadb doesn't read ~/.my.cnf
|
||||
export MARIADB_HOME="$srcdir/mariadb"
|
||||
mkdir -p "$MARIADB_HOME/data"
|
||||
cat > "$MARIADB_HOME/my.cnf" << EOF
|
||||
|
|
|
@ -17,3 +17,5 @@ update_on:
|
|||
repo: extra
|
||||
provided: libmariadb.so
|
||||
strip_release: true
|
||||
- source: manual
|
||||
manual: 1
|
||||
|
|
Loading…
Add table
Reference in a new issue