2012-05-09 20:52:14 +02:00
|
|
|
Traceback (most recent call last):
|
|
|
|
File "<string>", line 1, in <module>
|
|
|
|
File "/n/piton/z/nate/work/m5/work/src/python/m5/main.py", line 357, in main
|
|
|
|
exec filecode in scope
|
|
|
|
File "tests/run.py", line 78, in <module>
|
|
|
|
execfile(joinpath(tests_root, category, mode, name, 'test.py'))
|
|
|
|
File "tests/quick/se/30.eio-mp/test.py", line 29, in <module>
|
|
|
|
process = EioProcess(file = binpath('anagram', 'anagram-vshort.eio.gz'))
|
|
|
|
NameError: name 'EioProcess' is not defined
|