diff options
Diffstat (limited to 'tests/logging.sh')
-rw-r--r-- | tests/logging.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/logging.sh b/tests/logging.sh index d38136531ba0..c894ad3ff079 100644 --- a/tests/logging.sh +++ b/tests/logging.sh @@ -11,5 +11,5 @@ path=$(nix-build dependencies.nix --no-out-link) clearStore rm -rf $NIX_LOG_DIR (! nix-store -l $path) -nix-build dependencies.nix --no-out-link --option compress-build-log true +nix-build dependencies.nix --no-out-link --compress-build-log [ "$(nix-store -l $path)" = FOO ] |