Changeset 1273 for branches/0.9-stable


Ignore:
Timestamp:
Nov 3, 2010, 2:48:00 PM (13 years ago)
Author:
Peter Johansson
Message:

avoid tests getting stuck in waiting for standard input

Location:
branches/0.9-stable/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/test/init.sh.in

    r1220 r1273  
    5353test -z "$SVNCOPYRIGHT" && SVNCOPYRIGHT="${abs_top_builddir}/bin/svncopyright";
    5454test -z "$srcdir" && srcdir="@srcdir@";
    55 test -z "$SVN" && SVN=svn;
     55test -z "$SVN" && SVN="svn --non-interactive";
    5656test -z "$GREP" && GREP=@GREP@;
    5757
  • branches/0.9-stable/test/svn_update.sh.in

    r1094 r1273  
    2222# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2323
    24 test -z "$SVN" && SVN=svn
     24test -z "$SVN" && SVN="svn --non-interactive"
    2525rootdir=toy_project
    2626
Note: See TracChangeset for help on using the changeset viewer.