remove busybear from regression because it is not keeping up with buildroot's changes to testbench-linux

This commit is contained in:
bbracker 2021-07-19 16:22:05 -04:00
parent bc5222e721
commit 1aeef4e7d1

View File

@ -23,11 +23,11 @@ TestCase = namedtuple("TestCase", ['name', 'cmd', 'grepstr'])
# edit this list to add more test cases
configs = [
TestCase(
name="busybear",
cmd="vsim -do wally-busybear-batch.do -c > {}",
grepstr="loaded 100000 instructions"
),
#TestCase(
# name="busybear",
# cmd="vsim -do wally-busybear-batch.do -c > {}",
# grepstr="loaded 100000 instructions"
#),
TestCase(
name="buildroot",
cmd="vsim -do wally-buildroot-batch.do -c > {}",