> Log:
> * Makefile.in
> (check): Fix typo from revision 5352.
Note that this change doesn't seem to fix all the 'make check'
problems, at least not for me. I'm still seeing some failures in the
early tests:
$ make davcheck
make[1]: Entering directory `/home/kfogel/src/subversion'
Running all tests in subversion...FAILURE
Running all tests in subversion...FAILURE
Running all tests in python...FAILURE
Running all tests in sh...FAILURE
(Tests start passing after that.)
I have to run right now, so can't track this down immediately;
tests.log seems to show a problem with the code that runs the tests,
though, not with the tests themselves. Are others seeing these
problems too?
START: subversion
END: subversion
START: subversion
END: subversion
START: python
Unknown option: --
usage: ./python [option] ... [-c cmd | file | -] [arg] ...
Options and arguments (and corresponding environment variables):
-d : debug output from parser (also PYTHONDEBUG=x)
-i : inspect interactively after running script, (also PYTHONINSPECT=x)
and force prompts, even if stdin does not appear to be a terminal
-O : optimize generated bytecode (a tad; also PYTHONOPTIMIZE=x)
-OO : remove doc-strings in addition to the -O optimizations
-S : don't imply 'import site' on initialization
-t : issue warnings about inconsistent tab usage (-tt: issue errors)
-u : unbuffered binary stdout and stderr (also PYTHONUNBUFFERED=x)
-U : Unicode literals: treats '...' literals like u'...'
-v : verbose (trace import statements) (also PYTHONVERBOSE=x)
-x : skip first line of source, allowing use of non-Unix forms of #!cmd
-h : print this help message and exit
-V : print the Python version number and exit
-W arg : warning control (arg is action:message:category:module:lineno)
-c cmd : program passed in as string (terminates option list)
file : program read from script file
- : program read from stdin (default; interactive mode if a tty)
arg ...: arguments passed to program in sys.argv[1:]
Other environment variables:
PYTHONSTARTUP: file executed on interactive startup (no default)
PYTHONPATH : ':'-separated list of directories prefixed to the
default module search path. The result is sys.path.
PYTHONHOME : alternate <prefix> directory (or <prefix>:<exec_prefix>).
The default module search path uses <prefix>/python2.1.
PYTHONCASEOK : ignore case in 'import' statements (Windows).
END: python
START: sh
./sh: --srcdir=/bin: unrecognized option
Usage: ./sh [GNU long option] [option] ...
./sh [GNU long option] [option] script-file ...
GNU long options:
--debug
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--rcfile
--restricted
--verbose
--version
--wordexp
Shell options:
-irsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
END: sh
START: config-test
PASS: lt-config-test 1: test svn_config
END: config-test
After that things pass.
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 16 23:32:39 2003