From: Zooko O'Whielacronx Date: Thu, 29 Jan 2009 17:58:15 +0000 (-0700) Subject: setup: setup.cfg aliases get expanded only once, so put everything you want to happen... X-Git-Tag: allmydata-tahoe-1.3.0~122 X-Git-Url: https://git.rkrishnan.org/listings/pb3user.py?a=commitdiff_plain;h=527c8c093d8c88160b0c7f36726421d41f4bb7da;p=tahoe-lafs%2Ftahoe-lafs.git setup: setup.cfg aliases get expanded only once, so put everything you want to happen during the "test" step in the alias --- diff --git a/setup.cfg b/setup.cfg index 8deb845b..03f746b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,5 +29,5 @@ find_links=misc/dependencies tahoe-deps ../tahoe-deps [aliases] build = darcsver --count-all-patches develop --prefix=support make_executable build -test = build trial +test = darcsver --count-all-patches develop --prefix=support make_executable build trial sdist = darcsver --count-all-patches sdist