diff options
author | Steve Reinhardt <stever@gmail.com> | 2007-08-03 18:03:59 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@gmail.com> | 2007-08-03 18:03:59 -0400 |
commit | a0bf2535a80c59329c8c14bba724b90fba05da4b (patch) | |
tree | 140a98adf38ddc2fc1258d80bdbf8ed8615b37d5 /tests/SConscript | |
parent | 3afc6259757e8ec688701bf3e3d7fcdad28d5b6c (diff) | |
download | gem5-a0bf2535a80c59329c8c14bba724b90fba05da4b.tar.xz |
tests: config.out no longer exists, eliminate ref copy.
--HG--
extra : convert_revision : e2d6aa61aa2ffd1a9d16260244512eeb1fe4d5a3
Diffstat (limited to 'tests/SConscript')
-rw-r--r-- | tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index 472fa3f4c..812ce8c11 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -114,7 +114,7 @@ def update_test(target, source, env): src_dir = str(source[1].get_dir()) dest_files = os.listdir(dest_dir) src_files = os.listdir(src_dir) - for f in ('stdout', 'stderr', 'm5stats.txt', 'config.ini', 'config.out'): + for f in ('stdout', 'stderr', 'm5stats.txt', 'config.ini'): if f in dest_files: print " Replacing file", f dest_files.remove(f) |