Revision: 353
          http://rpy.svn.sourceforge.net/rpy/?rev=353&view=rev
Author:   warnes
Date:     2007-10-08 12:09:24 -0700 (Mon, 08 Oct 2007)

Log Message:
-----------
Show modules to be tested

Modified Paths:
--------------
    trunk/rpy/tests/testall.py

Modified: trunk/rpy/tests/testall.py
===================================================================
--- trunk/rpy/tests/testall.py  2007-06-26 14:52:49 UTC (rev 352)
+++ trunk/rpy/tests/testall.py  2007-10-08 19:09:24 UTC (rev 353)
@@ -22,6 +22,8 @@
     modules = filter( lambda x: not x.endswith('.pyc'), modules)
     modules = filter( lambda x: x.startswith('test_'), modules)
     modules = filter( lambda x: x.endswith('.py'), modules)
+
+    print "Modules to be tested:", modules
     
     for module in modules:
         print 'Testing:', module[5:-3]


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to