From: Zooko O'Whielacronx Date: Tue, 27 Jan 2009 00:30:24 +0000 (-0700) Subject: setup: always run build_tahoe before running tests X-Git-Tag: allmydata-tahoe-1.3.0~143 X-Git-Url: https://git.rkrishnan.org/(%5B%5E?a=commitdiff_plain;h=6bdf20853fbb4691db26b4a060d6f4c6fe36ce89;p=tahoe-lafs%2Ftahoe-lafs.git setup: always run build_tahoe before running tests --- diff --git a/setup.cfg b/setup.cfg index 53fb00cf..5d1ba29a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,4 +29,4 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps [aliases] build = darcsver --count-all-patches build_tahoe -test = trial +test = build_tahoe trial