[rkward-cvs] SF.net SVN: rkward:[2564] trunk/rkward

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Jul 2 08:48:38 UTC 2009


Revision: 2564
          http://rkward.svn.sourceforge.net/rkward/?rev=2564&view=rev
Author:   tfry
Date:     2009-07-02 08:48:38 +0000 (Thu, 02 Jul 2009)

Log Message:
-----------
Clean up tests-directory in the distributions

Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/makedist.sh

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2009-07-02 08:21:38 UTC (rev 2563)
+++ trunk/rkward/ChangeLog	2009-07-02 08:48:38 UTC (rev 2564)
@@ -1,4 +1,3 @@
-TODO: clean up the tests-dir in makedist.sh
 TODO: add notice on differing licences/copyrights in subdirs
 - New command line option "--evaluate <Rcode>" mostly for the purpose of automated testing
 - Remove support for R 2.6.x and earlier		TODO: clean up more (RData?), adjust debian control

Modified: trunk/rkward/makedist.sh
===================================================================
--- trunk/rkward/makedist.sh	2009-07-02 08:21:38 UTC (rev 2563)
+++ trunk/rkward/makedist.sh	2009-07-02 08:48:38 UTC (rev 2564)
@@ -21,10 +21,14 @@
 rsync -a --exclude '*~' --exclude '*.svn*' --exclude 'templates' $EXCLUDES $BASEDIR/rkward/* $DISTDIR/rkward
 rsync -a --exclude '*~' --exclude '*.svn*' $EXCLUDES $BASEDIR/tests/* $DISTDIR/tests
 
+# make messages
 cd $DISTDIR/po
 ./Messages.sh
+# clean up test-results
+cd $DISTDIR/tests
+find . -mindepth 2 -name 'RKTestStandard.*' -o -exec rm {} \;
+
 cd $BASEDIR/disttemp
-
 tar -czf rkward-$VERSION.tar.gz $DISTDIRREL
 mv rkward-$VERSION.tar.gz $BASEDIR/
 


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




More information about the rkward-tracker mailing list