67a68,72
> # Turn on flush check for the hammer protocol
> check_flush = False
> if buildEnv['PROTOCOL'] == 'MOESI_hammer':
> check_flush = True
>
71c76,77
< tester = RubyTester(checks_to_complete = 100, wakeup_frequency = 10)
---
> tester = RubyTester(check_flush = check_flush, checks_to_complete = 100,
> wakeup_frequency = 10)