From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 898B115ACFB for ; Tue, 18 Apr 2023 00:35:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8FE7E0A4F; Tue, 18 Apr 2023 00:35:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5229E0A4F for ; Tue, 18 Apr 2023 00:35:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05A33335DC2 for ; Tue, 18 Apr 2023 00:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56316A48 for ; Tue, 18 Apr 2023 00:35:51 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1681778146.31294c5e6974ac9d9a1e7140946567c6374e4ea3.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/php-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/php-mode/php-mode-1.24.3.ebuild X-VCS-Directories: app-emacs/php-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 31294c5e6974ac9d9a1e7140946567c6374e4ea3 X-VCS-Branch: master Date: Tue, 18 Apr 2023 00:35:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2e62927-f9bf-4c4f-ba73-01914298a858 X-Archives-Hash: 642ae53a81c74ebc82af7c20b5e6689c commit: 31294c5e6974ac9d9a1e7140946567c6374e4ea3 Author: Maciej Barć gentoo org> AuthorDate: Mon Apr 3 16:41:51 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Apr 18 00:35:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31294c5e app-emacs/php-mode: use elisp-enable-tests Bug: https://bugs.gentoo.org/898492 Signed-off-by: Maciej Barć gentoo.org> app-emacs/php-mode/php-mode-1.24.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-emacs/php-mode/php-mode-1.24.3.ebuild b/app-emacs/php-mode/php-mode-1.24.3.ebuild index 3b027aa017cb..66ad92fae09b 100644 --- a/app-emacs/php-mode/php-mode-1.24.3.ebuild +++ b/app-emacs/php-mode/php-mode-1.24.3.ebuild @@ -18,8 +18,10 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" DOCS=( ../AUTHORS.md ../CHANGELOG.md ../CONTRIBUTING.md ../README{,.ja}.md ../docs ) SITEFILE="50${PN}-gentoo.el" +elisp-enable-tests ert "${S}" -L ../tests -l ../tests/php-mode-test.el + src_test() { touch ../tests/project/1/.git || die - ${EMACS} ${EMACSFLAGS} -L . -L ../tests -l ../tests/php-mode-test.el \ - -f ert-run-tests-batch-and-exit || die "tests run failed" + + elisp_src_test }