From: Andreas Hansson Date: Sat, 21 Jul 2012 21:24:01 +0000 (-0400) Subject: Regression: Fix topologies path in failing pc-simple-timing-ruby X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5e7f174b745e2c594499b1fd8fd2a0b46984d57d;p=gem5.git 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. --- 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