From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1DB43858D38; Sat, 18 Feb 2023 11:39:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1DB43858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676720352; bh=J38nru/j4Tj87U3Fc9rpmdJmXcMGt9hlMRaBYgemSHg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sou3KeexUcIBqeIHLAejSKGntidNFTAE95FMVs3PGaZOyRMMa0uiBboDbm/phxQbr q05WHkqQt6kwZ7ZyDyaYsDejrjTov5FKLIJ9w2Odsy23klrvbrYtwRM+AfTOH0m/HQ LQN5AD+xng4ulOcTZrMQhffzkMRukPjjVG+tOt58= From: "mark at klomp dot org" To: dwz@sourceware.org Subject: [Bug default/30121] make dejagnu logs more elaborate Date: Sat, 18 Feb 2023 11:39:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30121 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard --- Looks helpful. Pushed as: commit 5ae6047adef9648f50e007b23df09d38de5e0729 Author: Frank Ch. Eigler Date: Sat Feb 18 12:36:15 2023 +0100 make dejagnu logs more elaborate dwz-tests.exp produces totally barebones dwz.log files, basically duplicating the .sum file. If there are any errors, there's basically no info to go on. The patch runs the .sh subtests in -x trace mode, and logs stdout/stderr to the .log file, so e.g. bunsen can safe-keep it. Otherwise I believe no-op. --=20 You are receiving this mail because: You are on the CC list for the bug.=