summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-03-05 17:40:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-05 17:54:29 +0300
commitc1e5ea884eba69fefa8b55644080ed6eea149d6f (patch)
tree635cdf3642a3021877c2482519eca15e0742732e
parentb4143e146c5c231b1f94d1225f79690f2e3f67ab (diff)
Fix mysql client package name in odb-tests' manifest and root.build
-rw-r--r--odb-tests/build/root.build2
-rw-r--r--odb-tests/manifest4
2 files changed, 3 insertions, 3 deletions
diff --git a/odb-tests/build/root.build b/odb-tests/build/root.build
index 082cbe9..53bd99e 100644
--- a/odb-tests/build/root.build
+++ b/odb-tests/build/root.build
@@ -205,7 +205,7 @@ if! $skeleton
#
if $mysql
{
- import! mysql_client = mysql%exe{mysql}
+ import! mysql_client = mysql-client%exe{mysql}
testscript{*}: mysql_client = $mysql_client
}
diff --git a/odb-tests/manifest b/odb-tests/manifest
index b0c84ff..d3d0ad2 100644
--- a/odb-tests/manifest
+++ b/odb-tests/manifest
@@ -58,5 +58,5 @@ depends: libpq >= 14.0.0 ? ($pgsql) config.odb_tests.pgsql.bulk_default=true | \
# @@ TODO/LATER: use an alternative to automatically detect whether we are
# using MySQL or MariaDB? But maybe we don't need to know?
-depends: * mysql >= 5.0.3 ? ($mysql)
-depends: * psql >= 7.4.0 ? ($pgsql)
+depends: * mysql-client >= 5.0.3 ? ($mysql)
+depends: * psql >= 7.4.0 ? ($pgsql)