From 95da5f90c72fa98530a7317f989c08e8ffd60ec0 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 29 May 2018 20:33:04 -0400 Subject: [PATCH] Tests: Fix runflag test stability. --- test_regress/t/t_runflag.pl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test_regress/t/t_runflag.pl b/test_regress/t/t_runflag.pl index ceddbaab5..7f80734c0 100755 --- a/test_regress/t/t_runflag.pl +++ b/test_regress/t/t_runflag.pl @@ -15,12 +15,8 @@ compile( execute( all_run_flags => ["+verilator+debug +verilator+debugi+9 +verilator+rand+reset+1"], check_finished => 1, - expect => ( -q{-V{t0,1}- Verilated::debug is on. Message prefix indicates {,}. --V{t0,2}- Verilated::debug is on. Message prefix indicates {,}. -*-* All Finished *-* -}), - ); + expect => (q{.*Verilated::debug is on.*}), + ); execute( all_run_flags => ["+verilator+help"],