Project

General

Profile

« Previous | Next » 

Revision 7183

README.TXT: Debugging: Added instructions for "binary chop" debugging, which requires syncing the DB schema to the svn working copy

View differences:

README.TXT
303 303
    Missing mappings: make missing_mappings
304 304
    Everything (for most complete coverage): make test-all
305 305

  
306
Debugging:
307
    "Binary chop" debugging:
308
        (This is primarily useful for regressions that occurred in a previous
309
        revision, which was committed without running all the tests)
310
        svn up -r <rev>; make inputs/.TNRS/reinstall; make schemas/public/reinstall; make <failed-test>.xml
311

  
306 312
WinMerge setup:
307 313
    Install WinMerge from <http://winmerge.org/>
308 314
    Open WinMerge

Also available in: Unified diff