diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/configs/rubytest-ruby.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configs/rubytest-ruby.py b/tests/configs/rubytest-ruby.py index 5bdfe39dd..ad217a140 100644 --- a/tests/configs/rubytest-ruby.py +++ b/tests/configs/rubytest-ruby.py @@ -70,7 +70,7 @@ execfile(os.path.join(config_root, "configs/common", "Options.py")) # tester = RubyTester(checks_to_complete = 100, wakeup_frequency = 10) -system = System(physmem = PhysicalMemory()) +system = System(tester = tester, physmem = PhysicalMemory()) system.ruby = Ruby.create_system(options, system.physmem) |