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

Re: Running the test suite faster.

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-11-03 23:50:02 CET

On Nov 3, 2007 3:21 PM, Karl Fogel <kfogel@red-bean.com> wrote:
> The last output is as I expected: I'm currently configured to use
> /dev/urandom. Justin, what do you get?

% strace -etrace=open svnadmin create dummy 2>&1 | grep random
open("/dev/urandom", O_RDONLY) = 3
open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 7

It does this regardless of whether APR uses /dev/random or /dev/urandom as:

% apr-1-config --libs
-luuid -lrt -lcrypt -lpthread -ldl

HTH. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 3 23:50:11 2007

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.