fix closure test check; rm RUST_LOG envar in devshell
This commit is contained in:
parent
05589641cf
commit
a0794b0356
2 changed files with 1 additions and 2 deletions
|
@ -59,7 +59,6 @@
|
||||||
devShells.default = craneLib.devShell {
|
devShells.default = craneLib.devShell {
|
||||||
inputsFrom = [ nixcp ];
|
inputsFrom = [ nixcp ];
|
||||||
|
|
||||||
RUST_LOG = "nixcp=debug";
|
|
||||||
RUST_BACKGRACE = 1;
|
RUST_BACKGRACE = 1;
|
||||||
# for cpp bindings to work
|
# for cpp bindings to work
|
||||||
NIX_INCLUDE_PATH = "${lib.getDev pkgs.nix}/include";
|
NIX_INCLUDE_PATH = "${lib.getDev pkgs.nix}/include";
|
||||||
|
|
|
@ -33,5 +33,5 @@ async fn closure() {
|
||||||
.await
|
.await
|
||||||
.expect("get pathinfo from package");
|
.expect("get pathinfo from package");
|
||||||
let closure = path_info.get_closure(&ctx.store).await.unwrap();
|
let closure = path_info.get_closure(&ctx.store).await.unwrap();
|
||||||
assert_eq!(closure.len(), 466);
|
assert_eq!(closure.len(), 472);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue