diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-11 18:21:05 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-11 18:21:05 -0400 |
commit | d22786828c7ac6e14f9694a47b6ac2e4cdc10ed0 (patch) | |
tree | 1c060791f8e9d6efd43cda246e6bcbe58bdc632e /tests/long/00.gzip/test.py | |
parent | 6a7e4a5904e56e93314c9df27dbc938daeb9d5bc (diff) | |
download | gem5-d22786828c7ac6e14f9694a47b6ac2e4cdc10ed0.tar.xz |
Make the SPEC regressions work for any isa/operating system.
--HG--
extra : convert_revision : b7b0823357f722119559e5703b36ea82ed6f8c0f
Diffstat (limited to 'tests/long/00.gzip/test.py')
-rw-r--r-- | tests/long/00.gzip/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/long/00.gzip/test.py b/tests/long/00.gzip/test.py index 06ccb656b..f69914046 100644 --- a/tests/long/00.gzip/test.py +++ b/tests/long/00.gzip/test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2006 The Regents of The University of Michigan +# Copyright (c) 2006-2007 The Regents of The University of Michigan # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -29,5 +29,5 @@ m5.AddToPath('../configs/common') from cpu2000 import gzip_log -workload = gzip_log('alpha', 'tru64', 'smred') +workload = gzip_log(isa, opsys, 'smred') root.system.cpu.workload = workload.makeLiveProcess() |