prometheus-mysqld-exporter: tweak test flags

This commit is contained in:
Aaron Jheng 2022-05-20 23:57:16 +00:00
parent fe1c235af9
commit 39e0af7b7e
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -24,7 +24,9 @@ buildGoModule rec {
];
# skips tests with external dependencies, e.g. on mysqld
checkFlags = [ "-short" ];
preCheck = ''
buildFlagsArray+="-short"
'';
meta = with lib; {
description = "Prometheus exporter for MySQL server metrics";