From 527c8c093d8c88160b0c7f36726421d41f4bb7da Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 29 Jan 2009 10:58:15 -0700 Subject: [PATCH] setup: setup.cfg aliases get expanded only once, so put everything you want to happen during the "test" step in the alias --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2