forked from mirrors/nixpkgs
prometheus-mysqld-exporter: tweak test flags
This commit is contained in:
parent
fe1c235af9
commit
39e0af7b7e
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue