Very minor fixes.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sun, 9 May 2004 06:32:30 +0000 (23:32 -0700)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sun, 9 May 2004 06:32:30 +0000 (23:32 -0700)
util/tracediff:
    stats:file option is now stats:text_file

--HG--
extra : convert_revision : 74b6294da0003345e84bc1533d536dab271b6033

util/tracediff

index 0aa579a7d14a671b13e394d6a0ab19bf7b2a10cb..ed35d5dd73cea23bbf8495761cb3edc5d0ce7685 100755 (executable)
@@ -41,8 +41,8 @@ $sim2 = shift;
 # be given to both invocations
 $simargs = '"' . join('" "', @ARGV) . '"';
 
-$cmd1 = "$sim1 $simargs --stats:file=tracediff-$$-1.stats 2>&1 |";
-$cmd2 = "$sim2 $simargs --stats:file=tracediff-$$-2.stats 2>&1 |";
+$cmd1 = "$sim1 $simargs --stats:text_file=tracediff-$$-1.stats 2>&1 |";
+$cmd2 = "$sim2 $simargs --stats:text_file=tracediff-$$-2.stats 2>&1 |";
 
 # This only works if you have rundiff in your path.  I just edit it
 # with an explicit path if necessary.