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

side effect...

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-07-18 22:21:14 CEST

Hey Karl, remember that change we made last night to main.c? The one
whereby the command-line client prints all errors to stderr instead of
stdout?

Well, it turns out that this causes all of the expected errors in the
XML tests to dump to the screen when we run `make check`. No big
deal, but just thought I'd let you (and everyone else) know. Maybe we
can suppress stderr in our `make check` rule.

[sussman@newt:~/projects/subversion]$ make check
Running all tests in stringtest...SUCCESS
Running all tests in hashdump-test...SUCCESS
Running all tests in path-test...SUCCESS
Running all tests in random-test...SUCCESS
Running all tests in svn-test.sh...
apr_error: #2, src_err 0 : <No such file or directory>
  Unable to remove file './A/D/H/omega'
SUCCESS
Running all tests in svn-test2.sh...
svn_error: #21034 : <Found a conflict in working copy>
  commit failed: while sending tree-delta to repos.

svn_error: #21034 : <Found a conflict in working copy>
  Aborting commit: '/usr/home/sussman/projects/subversion/subversion/tests/clients/cmdline/xmltests/t1/A/D/G/pi' remains in conflict.

svn_error: #21034 : <Found a conflict in working copy>
  commit failed: while sending tree-delta to repos.

svn_error: #21034 : <Found a conflict in working copy>
  Aborting commit: '/usr/home/sussman/projects/subversion/subversion/tests/clients/cmdline/xmltests/t1/A/D/G/pi' remains in conflict.
SUCCESS
Running all tests in target-test.sh...SUCCESS
Running all tests in run-fs-tests.sh...SUCCESS
Running all tests in run-repos-tests.sh...SUCCESS

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:33 2006

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.