diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-06 03:15:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-06 03:15:48 +0300 |
commit | aec3e674130a43645aecad8e154b80eeec1c2c7c (patch) | |
tree | f92cac1f423fb8a7c53d93f7228ebcee945af2b1 /tools/ci/scripts/runtest.sh | |
parent | 67d35d0b5b3c896729a66ee7e1f08bb45d927d88 (diff) | |
download | plus-aec3e674130a43645aecad8e154b80eeec1c2c7c.tar.gz plus-aec3e674130a43645aecad8e154b80eeec1c2c7c.tar.bz2 plus-aec3e674130a43645aecad8e154b80eeec1c2c7c.tar.xz plus-aec3e674130a43645aecad8e154b80eeec1c2c7c.zip |
Fix run tests after buttons highlights was changed.
Diffstat (limited to 'tools/ci/scripts/runtest.sh')
-rwxr-xr-x | tools/ci/scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtest.sh b/tools/ci/scripts/runtest.sh index 840f3cf16..259e5655a 100755 --- a/tools/ci/scripts/runtest.sh +++ b/tools/ci/scripts/runtest.sh @@ -169,7 +169,7 @@ imagesdiff run4.png center_click.png send_command "/guikey -989 keyGUIHome" send_command "/screenshot run5.png" -imagesdiff run4.png run5.png +imagessame run4.png run5.png # open add server dialog send_command "/guikey -990 keyGUIInsert" |