From 193330d321d3e394d1ce01c7e1dbea28ace68323 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Nov 2017 17:50:49 +0100 Subject: Test: Replace --option with the corresponding flag --- tests/logging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/logging.sh') 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 ] -- cgit 1.4.1