1c1
< # Copyright (c) 2006 The Regents of The University of Michigan
---
> # Copyright (c) 2006-2007 The Regents of The University of Michigan
36c36,39
< test_progs = os.path.join(tests_root, 'test-progs')
---
> if os.path.isdir('/dist/m5/regression/test-progs'):
> test_progs = '/dist/m5/regression/test-progs'
> else:
> test_progs = os.path.join(tests_root, 'test-progs')