From 87ca5c5bbe63ea3c9227fdd4a01ccdc1ce723323 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 6 Jan 2023 05:39:43 +0000 Subject: 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 --- 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 }') -- cgit v1.2.3-65-gdbad