diff options
author | Nathan Binkert <nate@binkert.org> | 2007-07-28 16:49:20 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2007-07-28 16:49:20 -0700 |
commit | c27e23f2e8698b2eccf68eb13b87c3641caa4edb (patch) | |
tree | 7ae9a160c803318e3faa4fc461bee35b658810ea /tests | |
parent | cda354b07035f73a3b220f89014721300d36a815 (diff) | |
download | gem5-c27e23f2e8698b2eccf68eb13b87c3641caa4edb.tar.xz |
style: Check/Fix whitespace on SCons files
--HG--
extra : convert_revision : 46e6b2dd8e1984cbab0ea24c94760794734c0f95
Diffstat (limited to 'tests')
-rw-r--r-- | tests/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/SConscript b/tests/SConscript index 24e2cad7f..472fa3f4c 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -173,7 +173,7 @@ def test_builder(env, ref_dir): '-o', cmd_stdout, '-e', cmd_stderr, base_cmd] else: cmd = [base_cmd, '>', cmd_stdout, '2>', cmd_stderr] - + env.Command([tgt('stdout'), tgt('stderr'), new_stats], [env.M5Binary, 'run.py'], ' '.join(cmd)) @@ -202,7 +202,7 @@ if env['FULL_SYSTEM']: 'tsunami-simple-timing', 'tsunami-simple-atomic-dual', 'tsunami-simple-timing-dual', - 'twosys-tsunami-simple-atomic'] + 'twosys-tsunami-simple-atomic'] if env['TARGET_ISA'] == 'sparc': configs += ['t1000-simple-atomic', 't1000-simple-timing'] |