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/timeout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/timeout.sh') diff --git a/tests/timeout.sh b/tests/timeout.sh index d3d85200fa51..39ecf0a1a30c 100644 --- a/tests/timeout.sh +++ b/tests/timeout.sh @@ -15,7 +15,7 @@ if ! echo "$messages" | grep -q "timed out"; then exit 1 fi -if nix-build -Q timeout.nix -A infiniteLoop --option max-build-log-size 100; then +if nix-build -Q timeout.nix -A infiniteLoop --max-build-log-size 100; then echo "build should have failed" exit 1 fi -- cgit 1.4.1