NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/57284: Unit test for envstat fails in ATF Tests suite on one machine



The following reply was made to PR misc/57284; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: misc-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
	netbsd-bugs%netbsd.org@localhost
Subject: Re: misc/57284: Unit test for envstat fails in ATF Tests suite on
 one machine
Date: Thu, 23 Mar 2023 11:58:55 +0100

 That test case is poorly written. It has a fixed list of three(!) device
 types that it tries, all of them very x86-centric.
 
 Instead it should extract names from envstat, like:
 
 	devices=$( envstat -D|awk '{print $1}' )
 
 Martin
 


Home | Main Index | Thread Index | Old Index