gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/gnashrc.in


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/gnashrc.in
Date: Mon, 18 Feb 2008 23:15:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/18 23:15:30

Modified files:
        .              : ChangeLog 
        testsuite      : gnashrc.in 

Log message:
        Don't write to a logfile while runnign the tests (frameworks have their
        own log files already)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5683&r2=1.5684
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/gnashrc.in?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5683
retrieving revision 1.5684
diff -u -b -r1.5683 -r1.5684
--- ChangeLog   18 Feb 2008 23:13:51 -0000      1.5683
+++ ChangeLog   18 Feb 2008 23:15:29 -0000      1.5684
@@ -1,5 +1,6 @@
 2008-02-18 Sandro Santilli <address@hidden>
 
+       * testsuite/gnashrc.in: disable writing to the logfile..
        * server/asobj/xml.{cpp,h}: better compatibility:
          return undefined from XML.getBytesTotal() when not
          loading, return last-load info when load ends.

Index: testsuite/gnashrc.in
===================================================================
RCS file: /sources/gnash/gnash/testsuite/gnashrc.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- testsuite/gnashrc.in        12 Feb 2008 20:25:55 -0000      1.5
+++ testsuite/gnashrc.in        18 Feb 2008 23:15:30 -0000      1.6
@@ -14,6 +14,9 @@
 # Don't bother printing AS errors during automated testing
 set ASCodingErrorsVerbosity false
 
+# Don't NOT write to the logfile
+set wroteLog false
+
 # Enable sound (for testcases using it..)
 set sound true
 




reply via email to

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