3
0
Fork 0
forked from mirrors/nixpkgs

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 # skips tests with external dependencies, e.g. on mysqld
checkFlags = [ "-short" ]; preCheck = ''
buildFlagsArray+="-short"
'';
meta = with lib; { meta = with lib; {
description = "Prometheus exporter for MySQL server metrics"; description = "Prometheus exporter for MySQL server metrics";