Enable VERBOSE logs for nips, greatspn, and python tests.
* wrap/python/tests/run.in, iface/nips/nipstest/defs.in, iface/gspn/defs.in: Do not disable VERBOSE when running from "make check". Since we have started using parallel-check on 2009-08-31, we should always send verbose output to the log.
This commit is contained in:
parent
0385f5b6c7
commit
40e7350c80
4 changed files with 15 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (C) 2010 Laboratoire de Recherche et Developpement de
|
||||
# Copyright (C) 2010, 2011 Laboratoire de Recherche et Developpement de
|
||||
# l'EPITA (LRDE).
|
||||
# Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6
|
||||
# (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||
|
|
@ -23,11 +23,6 @@
|
|||
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
# 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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue