mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
quickwit: Added nixosTests to passthru.tests
This commit is contained in:
parent
c31c69206f
commit
e81519a858
|
@ -2,6 +2,7 @@
|
|||
, lib
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
, nixosTests
|
||||
, nix-update-script
|
||||
, protobuf
|
||||
, rust-jemalloc-sys
|
||||
|
@ -53,7 +54,13 @@ rustPlatform.buildRustPackage rec {
|
|||
PROTOC = "${protobuf}/bin/protoc";
|
||||
PROTOC_INCLUDE = "${protobuf}/include";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
passthru = {
|
||||
tests = {
|
||||
inherit (nixosTests) quickwit;
|
||||
inherit (nixosTests.vector) syslog-quickwit;
|
||||
};
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
checkFlags = [
|
||||
# tries to make a network access
|
||||
|
|
Loading…
Reference in a new issue