# Node ID 478cbab633ed3d2c3489c3043982f1d1d84f353b # Parent 18a5300e15f1c1819a9f6b868444810d0f166b5a diff --git a/tests/SConscript b/tests/SConscript --- a/tests/SConscript +++ b/tests/SConscript @@ -282,7 +282,7 @@ new_stats = tgt('stats.txt') status_file = tgt('status') - env.Command([status_file], + env.Command([status_file, new_stats], [env.M5Binary, 'run.py', ref_stats], testAction)