From 688181222d294aad92755856be82fee767d5fdff Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Tue, 6 Feb 2018 19:45:52 +0900 Subject: [PATCH] Fix autotest's ISE_WIN_NAME to have updated value Change-Id: I96f8bf96bf91f8180675f0d360b6bb40e71e2acb --- ism/demos/autotest/cmd_dump_ime_surface.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ism/demos/autotest/cmd_dump_ime_surface.sh b/ism/demos/autotest/cmd_dump_ime_surface.sh index 36ab6a7..7830574 100755 --- a/ism/demos/autotest/cmd_dump_ime_surface.sh +++ b/ism/demos/autotest/cmd_dump_ime_surface.sh @@ -1,7 +1,7 @@ #!/bin/bash #set -x -ISE_WIN_NAME="NAME" +ISE_WIN_NAME="Keyboard" NAME=$1 -- 2.7.4