Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21524

Modified Files:
        buildbot-py.info buildbot-slave-py.info 
Log Message:
some test scripts


Index: buildbot-py.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/buildbot-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- buildbot-py.info    14 Oct 2013 23:56:52 -0000      1.1
+++ buildbot-py.info    15 Oct 2013 00:29:38 -0000      1.2
@@ -23,6 +23,14 @@
        #!/bin/sh -ev
        %p/bin/python%type_raw[python] setup.py build
 <<
+InfoTest: <<
+       TestDepends: <<
+               mock-py%type_pkg[python],
+               sqlalchemy-migrate-py%type_pkg[python],
+               sqlalchemy-py%type_pkg[python]
+       <<
+       TestScript: PYTHONPATH=. trial buildbot.test || exit 2
+<<
 InstallScript: <<
        #!/bin/sh -ev
        %p/bin/python%type_raw[python] setup.py install --root %d

Index: buildbot-slave-py.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/buildbot-slave-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- buildbot-slave-py.info      14 Oct 2013 23:56:52 -0000      1.1
+++ buildbot-slave-py.info      15 Oct 2013 00:29:38 -0000      1.2
@@ -23,6 +23,10 @@
        #!/bin/sh -ev
        %p/bin/python%type_raw[python] setup.py build
 <<
+InfoTest: <<
+       TestDepends: mock-py%type_pkg[python]
+       TestScript: PYTHONPATH=. trial buildslave.test || exit 2
+<<
 InstallScript: <<
        #!/bin/sh -ev
        %p/bin/python%type_raw[python] setup.py install --root %d


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to