diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dependencies.sh | 2 | ||||
-rw-r--r-- | tests/simple.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/dependencies.sh b/tests/dependencies.sh index 8a0ba1f2a15e..a9b9cd083f13 100644 --- a/tests/dependencies.sh +++ b/tests/dependencies.sh @@ -2,7 +2,7 @@ storeExpr=$($TOP/src/nix-instantiate/nix-instantiate dependencies.nix) echo "store expr is $storeExpr" -outPath=$($TOP/src/nix-store/nix-store -qnfvvvvv "$storeExpr") +outPath=$($TOP/src/nix-store/nix-store -bvv "$storeExpr") echo "output path is $outPath" diff --git a/tests/simple.sh b/tests/simple.sh index 68da000d19f4..4da1a7b53394 100644 --- a/tests/simple.sh +++ b/tests/simple.sh @@ -2,7 +2,7 @@ storeExpr=$($TOP/src/nix-instantiate/nix-instantiate simple.nix) echo "store expr is $storeExpr" -outPath=$($TOP/src/nix-store/nix-store -qnfvvvvv "$storeExpr") +outPath=$($TOP/src/nix-store/nix-store -bvv "$storeExpr") echo "output path is $outPath" |