gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz ./Makefile doc/pegboard/vobcoorder_culling-...


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz ./Makefile doc/pegboard/vobcoorder_culling-...
Date: Thu, 21 Nov 2002 06:19:01 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/11/21 06:19:01

Modified files:
        .              : Makefile 
        doc/pegboard/vobcoorder_culling--humppake: peg.rst 
        test           : testutil.py 

Log message:
        twid

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.212&tr2=1.213&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/pegboard/vobcoorder_culling--humppake/peg.rst.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/testutil.py.diff?tr1=1.38&tr2=1.39&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -u gzz/Makefile:1.212 gzz/Makefile:1.213
--- gzz/Makefile:1.212  Fri Nov 15 09:50:51 2002
+++ gzz/Makefile        Thu Nov 21 06:19:01 2002
@@ -399,9 +399,9 @@
 endif
 
 test::  # Use: make test TEST=test/gzz/vob/vobmatcher.test, to run a single 
test.
-       $(GLLIB) $(JYTHON) test/testutil.py $(DBG) $(TEST)
+       $(GLLIB) $(JYTHON) test/testutil.py -f GL $(DBG) $(TEST)
 test-gl::
-       $(GLLIB) $(JYTHON) test/testutil.py -Dgzzclient=gl $(DBG) jni $(TEST)
+       $(GLLIB) $(JYTHON) test/testutil.py -Dgzzclient=gl -f AWT $(DBG) jni 
$(TEST)
 run:
        $(JYTHON) Gzz.py $(DBG) -Dgzzclient=awt $(Z)
 rungl:
Index: gzz/doc/pegboard/vobcoorder_culling--humppake/peg.rst
diff -u gzz/doc/pegboard/vobcoorder_culling--humppake/peg.rst:1.9 
gzz/doc/pegboard/vobcoorder_culling--humppake/peg.rst:1.10
--- gzz/doc/pegboard/vobcoorder_culling--humppake/peg.rst:1.9   Mon Nov 18 
04:18:31 2002
+++ gzz/doc/pegboard/vobcoorder_culling--humppake/peg.rst       Thu Nov 21 
06:19:01 2002
@@ -4,9 +4,9 @@
 
 :Authors:   Asko Soukka
 :Stakeholders: Tuomas Lukka
-:Last-Modified: $Date: 2002/11/18 09:18:31 $
-:Revision: $Revision: 1.9 $
-:Status:   Current
+:Last-Modified: $Date: 2002/11/21 11:19:01 $
+:Revision: $Revision: 1.10 $
+:Status:   Accepted
 :Date-Created: 2002-11-05
 :Scope:    Minor
 :Type:     Feature
Index: gzz/test/testutil.py
diff -u gzz/test/testutil.py:1.38 gzz/test/testutil.py:1.39
--- gzz/test/testutil.py:1.38   Thu Nov 21 06:06:39 2002
+++ gzz/test/testutil.py        Thu Nov 21 06:19:01 2002
@@ -234,8 +234,7 @@
        if o in gzz.util.dbg.all:
            gzz.util.dbg.option(o,a)
        elif o in ("-f", "--allowfail"):
-           f = a.split(",")
-           runfail = f
+           runfail = [None, a]
     test = args
     try:
         if test.index('jni') >=0:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]