You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2002/06/12 20:07:36 UTC

update_tests.py failure on rev 2172

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 <bl...@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

Re: update_tests.py failure on rev 2172

Posted by Philip Martin <ph...@codematters.co.uk>.
Blair Zajac <bl...@orcaware.com> writes:

> 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

My mistake. I have SVN_EDITOR set to avoid using an external
editor. I'll fix it immediately.

-- 
Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org