* run.in: Here. Convert to UTF-8. --- swilena/ChangeLog | 7 +++++++ swilena/run.in | 10 +++------- 2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/swilena/ChangeLog b/swilena/ChangeLog index 2946543..a718b51 100644 --- a/swilena/ChangeLog +++ b/swilena/ChangeLog @@ -1,3 +1,10 @@ +2013-04-12 Roland Levillain roland@lrde.epita.fr + + Enable verbose messages in Swilena Python tests. + + * run.in: Here. + Convert to UTF-8. + 2013-04-09 Roland Levillain roland@lrde.epita.fr
Simplify Swilena's python/Makefile.am. diff --git a/swilena/run.in b/swilena/run.in index 0a76964..c500962 100755 --- a/swilena/run.in +++ b/swilena/run.in @@ -1,8 +1,8 @@ #! /bin/sh
-# Copyright (C) 2003, 2004, 2006, 2012 Laboratoire d'Informatique de -# Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC), -# Université Pierre et Marie Curie. +# Copyright (C) 2003, 2004, 2006, 2012, 2013 Laboratoire d'Informatique de +# Paris 6 (LIP6), département SystÚmes Répartis Coopératifs (SRC), +# Université Pierre et Marie Curie. # # This file is part of Spot, a model checking library. # @@ -22,10 +22,6 @@ # 02111-1307, USA.
-# If we are running from make check (srcdir is set) and VERBOSE is -# unset, be quiet. -test -n "$srcdir" && test -z "$VERBOSE" && exec >/dev/null 2>&1 - # Darwin needs some help in figuring out where non-installed libtool # libraries are (on this platform libtool encodes the expected final # path of dependent libraries in each library).