From d01ee1dcc84680f6335107db76d3f6f8954e6000 Mon Sep 17 00:00:00 2001 From: Guillaume Maudoux Date: Tue, 1 Oct 2024 06:24:35 +0200 Subject: [PATCH] Clear nix store before add-gc-root tests --- tests/functional/store-add-gc-root.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/functional/store-add-gc-root.sh b/tests/functional/store-add-gc-root.sh index 076300f43..7b9185f5f 100755 --- a/tests/functional/store-add-gc-root.sh +++ b/tests/functional/store-add-gc-root.sh @@ -2,7 +2,9 @@ source common.sh -clearStoreIfPossible +TODO_NixOS + +clearStore function delete() { nix-store --delete "$storePath"; } function build() { nix build --no-link --print-out-paths -f simple.nix; }