aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-21 17:07:04 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-04-21 17:07:04 +0800
commiteb9ab80b8bb3c7a00ac1f5227f41b6495db603ec (patch)
treefbe3c977b0d3aca0077fcc7363ea5548f8a17235 /resources
parentb3557bc6cf0e389459f4924fb81144fafe00b996 (diff)
Dump unixbench results without top folder
Change-Id: Ic86e03643c7d6720d6de13e8749ebe0208ab9391 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'resources')
-rw-r--r--resources/roles/unixbench/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/roles/unixbench/tasks/main.yml b/resources/roles/unixbench/tasks/main.yml
index 9d4ae833..4c01609a 100644
--- a/resources/roles/unixbench/tasks/main.yml
+++ b/resources/roles/unixbench/tasks/main.yml
@@ -31,7 +31,7 @@
- name: synchronize test results to local
synchronize:
mode: pull
- src: "{{ cwd }}/byte-unixbench-5.1.3/UnixBench/results"
+ src: "{{ cwd }}/byte-unixbench-5.1.3/UnixBench/results/"
dest: "{{ qtip_results }}/{{ inventory_hostname }}/unixbench"
use_ssh_args: yes