Jonathan Nieder [off-list ref] wrote:
When test #2 fails, the cwd is project/, causing all the
remaining tests in the same script to get confused and fail.
So in the spirit of v1.7.1.1~53^2~10 (t5550-http-fetch: Use subshell
for repository operations, 2010-04-17), use a subshell for svn
working copy operations. This way, the cwd will reliably return
to the top of the trash directory and later tests can still be run
when a command has failed.
Reported-by: A Large Angry SCM <redacted>
Signed-off-by: Jonathan Nieder <redacted>
---
Thanks.
Acked and pushed out to git://git.bogomips.org/git-svn
for Junio to pull:
Jonathan Nieder (1):
t9118 (git-svn): prevent early failure from taking down later tests
Michael J Gruber (1):
t9118: avoid PEG revision identifier in tests
--
Eric Wong