unittest: Set env for unittest 10/311810/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 28 May 2024 08:47:57 +0000 (17:47 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 28 May 2024 08:48:01 +0000 (17:48 +0900)
Change-Id: I778cee25f06641ba0b8cbfb9628d47657c51feb9
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
packaging/run-unittest.sh

index 84fac839d65afa0721b4919adb63cb3aa8aa3660..7075f0c3d5fc682dbaaacef6756a8c43bc0bdc02 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/sh
 pkill Oobe
 pkill inputmethod
-/usr/bin/capi-ui-efl-util-unittests
+"export EVAS_FONT_DPI=72; export WAYLAND_DISPLAY=wayland-0; export ECORE_INPUT_CANCEL=1; export ELM_ENGINE=wayland_egl; export USER=root; export ECORE_IMF_MODULE=wayland; export ELM_SCALE=1.8; export ECORE_IMF_INPUT_PANEL_ENABLED=1; export EVAS_GL_NO_BLACKLIST=1; export EVAS_GL_PARTIAL_MERGE=b; export ELM_PROFILE=common; export XDG_RUNTIME_DIR=/run; export ELM_DISPLAY=wl; /usr/bin/capi-ui-efl-util-unittests"