Skip to content

Commit

Permalink
fixed report tests
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Dec 17, 2017
1 parent 62e140b commit b1e0f10
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -44,7 +44,7 @@
<postReportScript>
<macro>
<name>file</name>
<asIs/>
<asIs/>
</macro>
<macro>
<name>name</name>
Expand All @@ -55,6 +55,6 @@
</script>
</macro>
<executionMethod>shell</executionMethod>
<code>cp %file% target/%name%.pdf</code>
<code>cp "%file%" target/%name%.pdf</code>
</postReportScript>
</report>

0 comments on commit b1e0f10

Please sign in to comment.