guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-12-102-g3


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-102-g3300286
Date: Tue, 28 Sep 2010 08:04:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=33002867d7647c595712d0d501c16b8111628b29

The branch, master has been updated
       via  33002867d7647c595712d0d501c16b8111628b29 (commit)
      from  97b18a66403aee100021485d85009b975ecb1614 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 33002867d7647c595712d0d501c16b8111628b29
Author: Andy Wingo <address@hidden>
Date:   Tue Sep 28 10:03:55 2010 +0200

    fix check-guile.in for default vm change
    
    * check-guile.in: Make the --debug fix in the source file, not the
      generated file. Grr.

-----------------------------------------------------------------------

Summary of changes:
 check-guile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/check-guile.in b/check-guile.in
index fc670e1..06b29c7 100644
--- a/check-guile.in
+++ b/check-guile.in
@@ -42,6 +42,7 @@ if [ ! -f guile-procedures.txt ] ; then
 fi
 
 exec $guile \
+    --debug \
     --no-autocompile -e main -s "$TEST_SUITE_DIR/guile-test" \
     --test-suite "$TEST_SUITE_DIR/tests" \
     --log-file check-guile.log "$@"


hooks/post-receive
-- 
GNU Guile



reply via email to

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