diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-11-20T16·50+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-11-20T16·50+0100 |
commit | 193330d321d3e394d1ce01c7e1dbea28ace68323 (patch) | |
tree | 5c021a494330341cbdde6e810a3b836c3187a88a /tests/logging.sh | |
parent | 91a19876073a2ed8fef2139fba906cfac1e96f83 (diff) |
Test: Replace --option with the corresponding flag
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 ] |