gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11069: Run the tests with -v so the


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11069: Run the tests with -v so they actually report test results
Date: Thu, 11 Jun 2009 01:48:15 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11069
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2009-06-11 01:48:15 +0200
message:
  Run the tests with -v so they actually report test results
modified:
  testsuite/as3/classes.all/classes.exp
=== modified file 'testsuite/as3/classes.all/classes.exp'
--- a/testsuite/as3/classes.all/classes.exp     2009-06-09 18:49:32 +0000
+++ b/testsuite/as3/classes.all/classes.exp     2009-06-10 23:48:15 +0000
@@ -48,7 +48,7 @@
 # testcases is set by the Makefile in the site.exp data file.
 foreach file $testcases {
 
-    verbose "Running test $gprocessor $file"
+    verbose "Running test $gprocessor -v $file"
 
     # spawn the executable and look for the DejaGnu output messages from the
     # test case.
@@ -57,7 +57,7 @@
     # -open [open "|cmd" "r"] doesn't work for that
   
     # Ignore SIGHUP or we'd get a lot of them on Debian stable
-    spawn -noecho -ignore SIGHUP $gprocessor ./$file 
+    spawn -noecho -ignore SIGHUP $gprocessor -v ./$file 
 
     expect {
        -re "^\[^\n]*NOTE:\[^\n]*\n" {


reply via email to

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