[svk-commit] r2516 - trunk/pkg
    nobody at bestpractical.com 
    nobody at bestpractical.com
       
    Tue Jul 24 08:15:46 EDT 2007
    
    
  
Author: clkao
Date: Tue Jul 24 08:15:46 2007
New Revision: 2516
Modified:
   trunk/pkg/maketest
Log:
prove should recurse.
Modified: trunk/pkg/maketest
==============================================================================
--- trunk/pkg/maketest	(original)
+++ trunk/pkg/maketest	Tue Jul 24 08:15:46 2007
@@ -7,4 +7,4 @@
 BASE=`echo $BASE | sed s/maketest$//`;
 PROVE=`which prove`
 cd /tmp
-LD_LIBRARY_PATH=${BASE} perl -I${BASE}perl "$PROVE" ${BASE}t
+LD_LIBRARY_PATH=${BASE} perl -I${BASE}perl "$PROVE" -r ${BASE}t
    
    
More information about the svk-commit
mailing list