diff options
-rw-r--r-- | packaging/run-unittest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/run-unittest.sh b/packaging/run-unittest.sh index 7075f0c..c1f76d8 100644 --- a/packaging/run-unittest.sh +++ b/packaging/run-unittest.sh @@ -1,4 +1,4 @@ #!/bin/sh pkill Oobe pkill inputmethod -"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" +"export ELM_PROFILE=common; export XDG_RUNTIME_DIR=/run; /usr/bin/capi-ui-efl-util-unittests" |