diff options
author | Artur Signell <artur@vaadin.com> | 2013-10-02 09:39:34 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-10-02 09:39:55 +0300 |
commit | b8828e7270122930d21d9b561cde73a652d62f7a (patch) | |
tree | 867d46ca4f002ce33bb60e6bb2109ebc5253aa1d /uitest | |
parent | ffb33be8a15f3e82ca095901ca4fd2713eb229e6 (diff) | |
download | vaadin-framework-b8828e7270122930d21d9b561cde73a652d62f7a.tar.gz vaadin-framework-b8828e7270122930d21d9b561cde73a652d62f7a.zip |
Only publish files actually produced by this test/browser
Change-Id: If4f66157791d642801c0100bb4bc0f293efe76cc
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java b/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java index 565d04fdb9..7f19a76ed6 100644 --- a/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java +++ b/uitest/src/com/vaadin/tests/tb3/ScreenshotTB3Test.java @@ -73,8 +73,8 @@ public abstract class ScreenshotTB3Test extends AbstractTB3Test { // Notify Teamcity of failed test System.out.print("##teamcity[publishArtifacts '"); - System.out.println(getScreenshotErrorDirectory() + "/" - + getScreenshotBaseName() + "* => screenshot-errors']"); + System.out.println(getScreenshotErrorBaseName() + + "* => screenshot-errors']"); } }; |