From 11e703c8c088717842dab1539f3abcfb8d6454fb Mon Sep 17 00:00:00 2001 From: slmnemo Date: Thu, 19 May 2022 18:30:59 -0700 Subject: [PATCH] fixed lint autofailing due to no log being produced in regression-wally --- pipelined/regression/regression-wally | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index d98d59368..3daadf769 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -40,7 +40,7 @@ configs = [ TestCase( name="lints", variant="all", - cmd="./lint-wally &> {}", + cmd="./lint-wally | tee {}", grepstr="All lints run with no errors or warnings" ) ]