From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Tue, 6 Oct 2020 18:09:30 -0400 Subject: [PATCH 16/18] test: py: Add a test for log filter-* In-Reply-To: References: <20201006191610.761899-1-seanga2@gmail.com> <20201006191610.761899-17-seanga2@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/6/20 6:07 PM, Simon Glass wrote: > Hi Sean, > > On Tue, 6 Oct 2020 at 13:16, Sean Anderson wrote: >> >> This exercises a few success and failure modes of the log filter-* >> commands. >> >> Signed-off-by: Sean Anderson >> --- >> >> test/py/tests/test_log.py | 39 +++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 39 insertions(+) >> > > Can this test be written in C? Probably. --Sean