kumquat-buildroot/support/testing/tests
Julien Olivain 78a29492f5 support/testing: package: mariadb: fix test configuration
The mysql virtual package was removed in commit 8708f3a23a
"package/mysql: drop virtual package".

The mariadb runtime test was authored before this mysql virtual
package removal, but was merged after it, in commit 5356754d1e
"support/testing: add mariadb runtime test". Due to this, this test
always failed with the error:

    Makefile.legacy:9: *** "You have legacy configuration in your .config! Please check your configuration.".  Stop.

This commit fixes the issue by removing the legacy
BR2_PACKAGE_MYSQL=y configuration directive.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/7540345406

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 3da3361a1b9cafb274dac776693720fe20f6681b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-09-03 20:21:51 +02:00
..
boot support/testing: TestATFAllwinner: add missing openssl dependency 2024-05-15 15:23:39 +02:00
core support/testing: TestFileCapabilities: update kernel to 4.19.310 2024-05-06 22:50:57 +02:00
download boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
fs support/testing: fs: new btrfs runtime test 2024-08-22 14:17:26 +02:00
init support/testing: InitSystemSystemdBaseOverlayfs: bump kernel to 5.10.202 2023-12-09 21:35:32 +01:00
package support/testing: package: mariadb: fix test configuration 2024-09-03 20:21:51 +02:00
toolchain toolchain: drop codesourcery arm/aarch64 toolchains 2024-03-21 21:43:14 +01:00
utils support/testing: TestCheckPackage: update expected strings 2024-02-21 18:04:43 +01:00
__init__.py