From 5e7f174b745e2c594499b1fd8fd2a0b46984d57d Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sat, 21 Jul 2012 17:24:01 -0400 Subject: Regression: Fix topologies path in failing pc-simple-timing-ruby This patch updates the path to the Ruby topologies and thus fixes a failing regression. --- tests/configs/pc-simple-timing-ruby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/configs/pc-simple-timing-ruby.py b/tests/configs/pc-simple-timing-ruby.py index ef9976853..0753472bc 100644 --- a/tests/configs/pc-simple-timing-ruby.py +++ b/tests/configs/pc-simple-timing-ruby.py @@ -33,7 +33,7 @@ from Benchmarks import SysConfig import FSConfig m5.util.addToPath('../configs/ruby') -m5.util.addToPath('../configs/topology') +m5.util.addToPath('../configs/topologies') import Ruby import Options -- cgit v1.2.3