From: Junkyeong Kim Date: Mon, 3 Jun 2024 04:45:49 +0000 (+0900) Subject: unittest: Erase unnecessary env export X-Git-Tag: accepted/tizen/unified/20240604.160826~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F312036%2F1;p=platform%2Fcore%2Fapi%2Fefl-util.git unittest: Erase unnecessary env export The test machine do not support long command.(test failed) So erase unnecessary env export. Change-Id: I7be3e7b0b66b6410df462db03305ca4adfb5f2be Signed-off-by: Junkyeong Kim --- 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"