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 1C57515800F for ; Tue, 10 Jan 2023 05:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B59E0817; Tue, 10 Jan 2023 05:21:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9AAB8E0817 for ; Tue, 10 Jan 2023 05:21:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A436C340E2C for ; Tue, 10 Jan 2023 05:21:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13787803 for ; Tue, 10 Jan 2023 05:21:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1673328099.87ca5c5bbe63ea3c9227fdd4a01ccdc1ce723323.sam@gentoo> Subject: [gentoo-commits] proj/elfix:master commit in: misc/fix-gnustack/tests/ X-VCS-Repository: proj/elfix X-VCS-Files: misc/fix-gnustack/tests/gnustacktest.sh X-VCS-Directories: misc/fix-gnustack/tests/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 87ca5c5bbe63ea3c9227fdd4a01ccdc1ce723323 X-VCS-Branch: master Date: Tue, 10 Jan 2023 05:21:42 +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: 7b4efc08-45b4-464c-802d-82742f7bed0e X-Archives-Hash: f4a58fd06425477b9d55fc795a6d135e commit: 87ca5c5bbe63ea3c9227fdd4a01ccdc1ce723323 Author: Sam James gentoo org> AuthorDate: Fri Jan 6 05:39:43 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 10 05:21:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=87ca5c5b fix-gnustack: add 'set -x' in tests for easier debugging It's hard to see why something failed otherwise, as we only have the exit code. Signed-off-by: Sam James gentoo.org> misc/fix-gnustack/tests/gnustacktest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/fix-gnustack/tests/gnustacktest.sh b/misc/fix-gnustack/tests/gnustacktest.sh index f200baf..eba0fba 100755 --- a/misc/fix-gnustack/tests/gnustacktest.sh +++ b/misc/fix-gnustack/tests/gnustacktest.sh @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +set -x before=$(../fix-gnustack -f bad-gnustack) before=$(echo ${before} | awk '{ print $2 }')