summaryrefslogtreecommitdiff
path: root/framework/main.py
diff options
context:
space:
mode:
authorMarvin Liu <yong.liu@intel.com>2015-07-06 13:04:16 +0800
committerMarvin Liu <yong.liu@intel.com>2015-07-08 09:23:00 +0800
commit37cbc00dc77fd9e8fca18874959a8e24d985eb46 (patch)
tree4c00aea2234a84dc3b1a2e82a25013dde56e8f3e /framework/main.py
parent7dfb4af4588c765e45a65f1adff537b3e0b366f1 (diff)
Change output folder path and optimize virt dut log
Previously all output files will be saved in output folder dts.log and "suite.log". The log information will be appended in the log file. The log file will be huge and difficult to trace after running dts several times. Now log files will be saved in output/folder_name_by_time. Signed-off-by: Marvin Liu <yong.liu@intel.com>
Diffstat (limited to 'framework/main.py')
-rwxr-xr-xframework/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/main.py b/framework/main.py
index 6b771a5..69d2318 100755
--- a/framework/main.py
+++ b/framework/main.py
@@ -84,7 +84,7 @@ parser.add_argument('--snapshot',
help='snapshot .tgz file to use as input')
parser.add_argument('--output',
- default='output',
+ default='',
help='Output directory where dts log and result saved')
parser.add_argument('-s', '--skip-setup',