]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: always run "build" before running "test"
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 00:32:40 +0000 (17:32 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 27 Jan 2009 00:32:40 +0000 (17:32 -0700)
setup.cfg

index 5d1ba29a37aa1752f92866d048d0a6488c85a096..8acef3a56fcbdb465b67177a7c3325fa7fccebe4 100644 (file)
--- 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 = build_tahoe trial
+test = build trial