[Buildbot-commits] buildbot Makefile,1.3,1.4
Brian Warner
warner at users.sourceforge.net
Tue Nov 23 10:55:23 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3348
Modified Files:
Makefile
Log Message:
add test-vc target
Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 1 Oct 2004 02:34:43 -0000 1.3
+++ Makefile 23 Nov 2004 10:55:21 -0000 1.4
@@ -15,6 +15,9 @@
test:
$(PP) trial $(TRIALARGS) $(TEST)
+test-vc:
+ $(PP) BUILDBOT_TEST_VC=$(PWD)/.. trial $(TRIALARGS) $(TEST)
+
#debuild -uc -us
deb-snapshot:
More information about the Commits
mailing list