diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-03-04T10·27+0800 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-03-04T10·27+0800 |
commit | b71e1fb342b2344b738733698b20c5ec03dabe5a (patch) | |
tree | e796e3ec4fbb67a789825a377b74dfda69a23f10 /tests | |
parent | 4cfc131ec43ccbfa2f87efc3e96bdbe127ab3b1b (diff) |
Restore --init calls in tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.sh.in | 1 | ||||
-rw-r--r-- | tests/init.sh | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index 28d0e8bfd5fc..6a523ca9d832 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -53,6 +53,7 @@ clearStore() { mkdir "$NIX_STORE_DIR" rm -rf "$NIX_STATE_DIR" mkdir "$NIX_STATE_DIR" + nix-store --init clearProfiles } diff --git a/tests/init.sh b/tests/init.sh index 6fa4f815bfe5..19a12c1e2d9e 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -25,6 +25,9 @@ fsync-metadata = false !include nix.conf.extra.not-there EOF +# Initialise the database. +nix-store --init + # Did anything happen? test -e "$NIX_STATE_DIR"/db/db.sqlite |