Commit c18626eef6cbd1b420b85fc9f8a44d5031ad2fcd

Shawn O. Pearce 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>