This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch support-system-libunibreak
in repository efl.

View the commit online.

commit 2a87cfecdaf62af29165bc820f6db5affcc5d883
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Jan 9 10:50:58 2024 +0000

    test fix fix - forgot execl both first args as the bin and argv0
---
 src/tests/efl_check.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tests/efl_check.h b/src/tests/efl_check.h
index aa5bc9be15..a8f21dce57 100644
--- a/src/tests/efl_check.h
+++ b/src/tests/efl_check.h
@@ -377,6 +377,7 @@ _efl_suite_build_and_run(int argc, const char **argv, const char *suite_name, co
                   if (timeout_pid == 0)
                     {
                        int ret = execl(PACKAGE_BUILD_DIR "/src/tests/timeout",
+                                       PACKAGE_BUILD_DIR "/src/tests/timeout",
                                        (char *)NULL);
                        if (ret != 0)
                          {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to