• Show log

    Commit

  • Hash : c18626ee
    Author : Shawn O. Pearce
    Date : 2008-12-18T08:17:05

    Run tests in their own subdirectory
    
    This way tests can run in parallel without stepping on each other's
    temporary work files.  If a test passes the directory is removed
    completely; if a test fails only empty directories are removed.
    This permits inspection of the failed test's left behind state.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>