diff options
Diffstat (limited to 'configs/test')
-rw-r--r-- | configs/test/SysPaths.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/test/SysPaths.py b/configs/test/SysPaths.py index 9acfedc8b..e458d5225 100644 --- a/configs/test/SysPaths.py +++ b/configs/test/SysPaths.py @@ -13,7 +13,7 @@ def load_defaults(): try: path = env['M5_PATH'].split(':') except KeyError: - path = [ '/dist/m5/system' ] + path = [ '/dist/m5/system', '/n/poolfs/z/dist/m5/system' ] for systemdir in path: if os.path.isdir(systemdir): |