Re: arch/tla on cygwin (again)
Andy Tai <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
Old mail passed through for archival purposes. On 4/21/05, Bob Tanner <[email protected]> wrote: > > On Friday 15 April 2005 12:26 pm, John Arbash Meinel wrote: > > You might try to simulate one of the tests. You can do something like > this: > > cd $builddir/tla/tests/homedir > > export HOME=`pwd` > > cd ../workdir > > cd <whatever directory tla was running in> > > gdb --args <the command that failed> > > test-get-changeset.sh is the test suite failing. > > The 'tla commit' below is what fails. > ...