I spotted this error that I must have made in the issue1013 bug
test. It has the wrong path when it clones a test repo, so the
test always fails.

When the path is fixed the test fails in the expected way by
exposing the demonstrated problem.

Eric,
I'm mystified by the 'exit 1 # darcs hangs here' line. How did
the test ever get to that line? Anyway, does it still hang on
that line, and if so, in what environment? I had hoped that the
final 'd' in the automated interactive sessions would always
terminate darcs in some way, but there could perhaps be some
'Foo will bar. Are you sure? y/N' question at the end that
hangs. Hm, shouldn't darcs recognize an EOF / broken pipe on
stdin...?

(I will very soon be without email for 24 hours due to planned
downtime.)


-- 
Tommy Pettersson <[EMAIL PROTECTED]>
Sat Oct  4 16:02:00 CEST 2008  Tommy Pettersson <[EMAIL PROTECTED]>
  * fix wrong ../path in failing issue1013 test

New patches:

[fix wrong ../path in failing issue1013 test
Tommy Pettersson <[EMAIL PROTECTED]>**20081004140200] hunk ./bugs/issue1013_either_dependency.sh 36
 # I want to pull the 'problem' patch, but expect darcs to get confused
 # because it doesn't know how to select one of the two dependent patches.
 
-darcs get --to-patch init ../tmp_d2 tmp_d
+darcs get --to-patch init tmp_d2 tmp_d
 cd tmp_d
 echo n/n/y |tr / \\012 |darcs pull ../tmp_d2
 darcs cha

Context:

[Add a shell test template.
Eric Kow <[EMAIL PROTECTED]>**20081003095005
 This provides helper functions and a basic repository
 setup.  The idea is that when making a new shell test,
 you start by making a copy of the template.
] 
[Reformat Darcs.CommandsAux comments as haddock.
Eric Kow <[EMAIL PROTECTED]>**20080927123217] 
[haddock documentation for ColorPrinter
Tommy Pettersson <[EMAIL PROTECTED]>**20081003175214] 
[only  show 'diffing dir' when debugging.
David Roundy <[EMAIL PROTECTED]>**20081001134124
 Ignore-this: 277810d9083e36b42f27fa7ac4c47386
] 
[fix test issue1110, remove duplicates of cd ..
Tommy Pettersson <[EMAIL PROTECTED]>**20081003182126
 They got us out of the test dir, up in the file tree hierarchy, to the
 darcs root dir, and beyond, where the test continued to run test commands
 and cleanups (ooops!!)
] 
[TAG 2.1.0pre3
Eric Kow <[EMAIL PROTECTED]>**20081002091241] 
Patch bundle hash:
e1d4beb3487ed49ee8191c1c69c94e70c1a1bc47
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users

Reply via email to