diff options
author | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-31 19:30:55 +0000 |
---|---|---|
committer | gthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-31 19:30:55 +0000 |
commit | 3a6be3fe3f24c25dbc3ee43f0e778ac071d0f4f0 (patch) | |
tree | df3430f5e7d3b30fa17707cc4d87f19861192887 /performance-tests | |
parent | 14718026eab01d40e42f2587759e66efcb4f7122 (diff) | |
download | ATCD-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-x | performance-tests/SCTP/run_spectrum.pl | 3 |
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; } |