From 22144afa8d9f8968da351618a1347072a93bd8aa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Jun 2013 11:55:15 +0200 Subject: Don't keep "disabled" substituters running For instance, it's pointless to keep copy-from-other-stores running if there are no other stores, or download-using-manifests if there are no manifests. This also speeds things up because we don't send queries to those substituters. --- tests/substituter.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/substituter.sh') diff --git a/tests/substituter.sh b/tests/substituter.sh index 885655760e05..9aab295de87b 100755 --- a/tests/substituter.sh +++ b/tests/substituter.sh @@ -1,4 +1,5 @@ #! /bin/sh -e +echo echo substituter args: $* >&2 if test $1 = "--query"; then -- cgit 1.4.1