diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2010-02-28 08:24:22 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2010-03-24 10:26:37 -0700 |
commit | f16c1863906948f5f21577a749e0b162dfa66c2e (patch) | |
tree | 9d396181091240919d5c6a46ff38db44aee8008c /README | |
parent | bfc10a5f72fe42402dadf1c30fce73d0221bd3af (diff) |
xts5: Tweak the default output directory
Collect all the results under one directory instead of cluttering the
current directory. Also, add the seconds to the date in the directory
name to reduce the chance of conflict.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ A wrapper script, xts-run, is the easiest way to run the installed tests. $ xts-run # run all the tests $ xts-run XI # run just the XI test scenario -The test output will go to a dated directory in the current directory by -default. This can be changed with the xts-run -o parameter. The output +By default, the test output will go to xts-results/<date> in the current +directory. This can be changed with the xts-run -o parameter. The output contains the full journal of all test output plus individual logs for each test program. Journal files from completed runs can be analyzed by the xts-report tool (formerly vswrpt): |