setup: setup.cfg aliases get expanded only once, so put everything you want to happen during the "test" step in the alias

This commit is contained in:
Zooko O'Whielacronx 2009-01-29 10:58:15 -07:00
parent d21f001b62
commit 527c8c093d

View File

@ -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