monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] non_workspace_keydir, again


From: Stephen Leake
Subject: [Monotone-devel] non_workspace_keydir, again
Date: Thu, 17 Apr 2008 05:11:15 -0400
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1 (windows-nt)

I just noticed that the non_workspace_keydir test is failing on my
MinGW32 development computer, but not on the MinGW32 buildbot.

That's because on my computer I have a key in $APPDATA/monotone/keys,
while the buildbot does not.

So I set $APPDATA in the test; that fixes it.

However, I noticed there are commented out tests:

-- this should find a private key in the specified keydir

-- ...

-- srv = bg(pure_mtn("serve", "--confdir="..test.root, 
"--keydir="..test.root.."/keys"), expected_ret, false, true)
-- sleep(2)
-- srv:finish()
-- check(qgrep("beginning service", "stderr"))

-- this should find a private key in the keys directory under the specified 
confdir

-- srv = bg(pure_mtn("serve", "--confdir="..test.root), expected_ret, false, 
true)
-- sleep(2)
-- srv:finish()
-- check(qgrep("beginning service", "stderr"))


Should these be restored? They pass when I uncomment them on my
MinGW32 machine.

-- 
-- Stephe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]