diff options
Diffstat (limited to 'tests/dump-db.sh')
-rw-r--r-- | tests/dump-db.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/dump-db.sh b/tests/dump-db.sh index d6eea42aa..48647f403 100644 --- a/tests/dump-db.sh +++ b/tests/dump-db.sh @@ -1,5 +1,7 @@ source common.sh +needLocalStore "--dump-db requires a local store" + clearStore path=$(nix-build dependencies.nix -o $TEST_ROOT/result) |