Revision: 20953
          http://gar.svn.sourceforge.net/gar/?rev=20953&view=rev
Author:   pfelecan
Date:     2013-05-03 07:39:44 +0000 (Fri, 03 May 2013)
Log Message:
-----------
lang-python/cssutils:
- make it architecture neutral
- don't stop on possible tests (quite a bit of oscillations)

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/cssutils/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/cssutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cssutils/trunk/Makefile    2013-05-03 06:53:13 UTC 
(rev 20952)
+++ csw/mgar/pkg/lang-python/cssutils/trunk/Makefile    2013-05-03 07:39:44 UTC 
(rev 20953)
@@ -18,5 +18,12 @@
 
 CONFIGURE_ARGS =       $(DIRPATHS)
 
+TEST_SCRIPTS   =       non-stop
+
+ARCHALL        =       1
+
 include gar/category.mk
 
+test-non-stop:
+       -( cd $(WORKSRC) && $(TEST_ENV) python ./setup.py test $(TEST_ARGS) )
+       $(MAKECOOKIE)

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

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to