diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-28 10:40:35 +0800 |
---|---|---|
committer | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2017-03-29 08:17:05 +0000 |
commit | d89cd8cf936236b4c6cb5888284e80201302f46f (patch) | |
tree | 6f7965fc23c53049d99b4e49cbd1e6ce7c3e2407 /docker | |
parent | 72d75db77faa31a1c116e7856e1487511a37a807 (diff) |
bugfix: fix bugs for running 'teststory run'
JIRA: BOTTLENECK-144
utils/parser.py:56 has incorrect var:cls which cause pass more
var to testcase_read function.
Change-Id: I2d4b93f95d19a205e537515529746f6d9e13fe2c
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
(cherry picked from commit 1760c89637ac71b877a17896e5768640a20360c3)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/docker_cleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/docker_cleanup.sh b/docker/docker_cleanup.sh index 9b7e87ab..243e72e5 100644 --- a/docker/docker_cleanup.sh +++ b/docker/docker_cleanup.sh @@ -1,6 +1,6 @@ #!/bin/bash ############################################################################## -# Copyright (c) 2016 Huawei Technologies Co.,Ltd and others. +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 |