From f797b761930be75ad40ba3bd88a1e4f6690de46e Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Thu, 24 Feb 2022 11:16:19 +0900 Subject: [PATCH] Attempt to fix CI --- test/elf/compressed-debug-info-i386.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/elf/compressed-debug-info-i386.sh b/test/elf/compressed-debug-info-i386.sh index 20dd0af8fc..f6e9a49479 100755 --- a/test/elf/compressed-debug-info-i386.sh +++ b/test/elf/compressed-debug-info-i386.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -x export LANG= set -e CC="${CC:-cc}" @@ -14,19 +14,19 @@ mkdir -p $t which dwarfdump >& /dev/null || { echo skipped; exit; } -cat < /dev/null readelf --sections $t/exe | fgrep -q .debug_info