diff options
author | Zhehao Mao <zhehao.mao@gmail.com> | 2012-06-25 11:17:23 -0400 |
---|---|---|
committer | Zhehao Mao <zhehao.mao@gmail.com> | 2012-06-25 11:41:48 -0400 |
commit | ef469e0ee24cc9a3cab6b43d7515ef2093ce753d (patch) | |
tree | 5367125b76cd870677c74d10d0fdf6875fa41649 | |
parent | 3a164730310cc2d4e4877cded56759f819eee980 (diff) | |
download | mongo-ef469e0ee24cc9a3cab6b43d7515ef2093ce753d.tar.gz |
print out lcov command before running it
-rw-r--r-- | buildscripts/aggregate_tracefiles.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/aggregate_tracefiles.py b/buildscripts/aggregate_tracefiles.py index e4f74b5b4c4..8f1db7851c9 100644 --- a/buildscripts/aggregate_tracefiles.py +++ b/buildscripts/aggregate_tracefiles.py @@ -16,6 +16,7 @@ def aggregate(inputs, output): args += ['-o', output] + print ' '.join(args) return subprocess.call(args) |