We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfc131 commit b71e1fbCopy full SHA for b71e1fb
tests/common.sh.in
@@ -53,6 +53,7 @@ clearStore() {
53
mkdir "$NIX_STORE_DIR"
54
rm -rf "$NIX_STATE_DIR"
55
mkdir "$NIX_STATE_DIR"
56
+ nix-store --init
57
clearProfiles
58
}
59
tests/init.sh
@@ -25,6 +25,9 @@ fsync-metadata = false
25
!include nix.conf.extra.not-there
26
EOF
27
28
+# Initialise the database.
29
+nix-store --init
30
+
31
# Did anything happen?
32
test -e "$NIX_STATE_DIR"/db/db.sqlite
33
0 commit comments