summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorgthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-31 19:30:55 +0000
committergthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-31 19:30:55 +0000
commit3a6be3fe3f24c25dbc3ee43f0e778ac071d0f4f0 (patch)
treedf3430f5e7d3b30fa17707cc4d87f19861192887 /performance-tests
parent14718026eab01d40e42f2587759e66efcb4f7122 (diff)
downloadATCD-3a6be3fe3f24c25dbc3ee43f0e778ac071d0f4f0.tar.gz
ChangeLogTag:Fri Oct 31 14:29:07 2003 Edward R. Mulholland <emulholl@atl.lmco.com>
Diffstat (limited to 'performance-tests')
-rwxr-xr-xperformance-tests/SCTP/run_spectrum.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/performance-tests/SCTP/run_spectrum.pl b/performance-tests/SCTP/run_spectrum.pl
index 40eb9d74525..95e8a1cd6cf 100755
--- a/performance-tests/SCTP/run_spectrum.pl
+++ b/performance-tests/SCTP/run_spectrum.pl
@@ -251,6 +251,9 @@ for (my $i = 2; $i <= $max_size; ++$i) {
# Wait for client to finish
$client->Wait();
+ # Remind the client that it's finished running
+ $client->{RUNNING} = 0;
+
# Sleep for a while
sleep 5;
}