summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-06-10 02:37:07 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-06-10 02:37:07 +0000
commitdfec1870e7edb3a57f37b018e608410c11795511 (patch)
tree099e0644f618777c6345872e59e1bebedff507d0
parentd34693ba56be450e827d415e1e068434bcf78c0e (diff)
downloadATCD-dfec1870e7edb3a57f37b018e608410c11795511.tar.gz
*** empty log message ***
-rwxr-xr-xbin/performance_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/performance_stats.sh b/bin/performance_stats.sh
index 5ce44caf9d8..71cd729e5d7 100755
--- a/bin/performance_stats.sh
+++ b/bin/performance_stats.sh
@@ -88,7 +88,7 @@ for i in $SEQUENCE_TESTS; do
cd $ACE_ROOT/TAO/performance-tests/Sequence_Latency/${i};
for j in $SEQ_TEST_TYPE; do
(
- ./run_test.pl > $DEST/source/Sequence_${i}_${j}.log 2>&1
+ ./run_test.pl -t $j > $DEST/source/Sequence_${i}_${j}.log 2>&1
if grep -q 'Total throughput: ' $DEST/source/Sequence_${i}_${j}.log; then
(