Tests: Fix runflag test stability.

This commit is contained in:
Wilson Snyder 2018-05-29 20:33:04 -04:00
parent e4a79d643d
commit 95da5f90c7

View File

@ -15,11 +15,7 @@ compile(
execute( execute(
all_run_flags => ["+verilator+debug +verilator+debugi+9 +verilator+rand+reset+1"], all_run_flags => ["+verilator+debug +verilator+debugi+9 +verilator+rand+reset+1"],
check_finished => 1, check_finished => 1,
expect => ( expect => (q{.*Verilated::debug is on.*}),
q{-V{t0,1}- Verilated::debug is on. Message prefix indicates {<thread>,<sequence_number>}.
-V{t0,2}- Verilated::debug is on. Message prefix indicates {<thread>,<sequence_number>}.
*-* All Finished *-*
}),
); );
execute( execute(