[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

update_tests.py failure on rev 2172

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-06-12 22:07:36 CEST

Using HEAD of apr, apr-util, httpd and revision 2172 of svn,
make check gets a failure in update_tests.py:

START: update_tests.py
PASS: update_tests.py 1: update a locally-modified binary file
PASS: update_tests.py 2: update to an old revision of a binary files
PASS: update_tests.py 3: ensure update is not munging additions or replacements
PASS: update_tests.py 4: update to revision 0
PASS: update_tests.py 5: make sure overlapping identical changes do not conflict
PASS: update_tests.py 6: delete files and update to resolve text conflicts
XEmacs: standard input is not a tty

svn_error: #21087 : <Error calling external program>
  Commit failed (details follow):

svn_error: #21087 : <Error calling external program>
  system('editor /export/home1/bzajac/Code/Subversion/s/subversion/tests/clients
/cmdline/working_copies/update_tests-7/msg.61008.00001.tmp') returned 139
commiting deletes failed
FAIL: update_tests.py 7: update that deletes modifed files
END: update_tests.py

I have both VISUAL and EDITOR set to editor, which is a little
Bourne shell script:

#!/bin/sh

gnuclient ${1+"$@"} 2>/dev/null 1>&2 || {
    if test "$DISPLAY"; then
        exec xemacs ${1+"$@"} &
    else
        exec xemacs ${1+"$@"}
    fi
}

Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 12 22:08:06 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.