diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 15:12:48 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-17 15:12:48 +0000 |
commit | 0205645c62a5b2ba7cb1785b4a71435c16b04eba (patch) | |
tree | b0956bf3f928fd73ddd481f03d5ea31d48c1a243 /TAO/tests/OctetSeq | |
parent | 24ba99c617c6c431f8d9559e182243e4563f932e (diff) | |
download | ATCD-0205645c62a5b2ba7cb1785b4a71435c16b04eba.tar.gz |
ChangeLogTag:Thu Jun 17 10:05:53 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/OctetSeq')
-rwxr-xr-x | TAO/tests/OctetSeq/run_test.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/OctetSeq/run_test.pl b/TAO/tests/OctetSeq/run_test.pl index 96cf18be595..9e34f1807bf 100755 --- a/TAO/tests/OctetSeq/run_test.pl +++ b/TAO/tests/OctetSeq/run_test.pl @@ -15,7 +15,7 @@ $file="test.ior"; unlink $file; -$SV = Process::Create ($EXEPREFIX."server".$Process::EXE_EXT, +$SV = Process::Create ($EXEPREFIX."server".$EXE_EXT, "-o $file"); if (ACE::waitforfile_timed ($file, 3) == -1) { print STDERR "ERROR: cannot find file <$file>\n"; @@ -23,7 +23,7 @@ if (ACE::waitforfile_timed ($file, 3) == -1) { exit 1; } -$CL = Process::Create ($EXEPREFIX."client".$Process::EXE_EXT, +$CL = Process::Create ($EXEPREFIX."client".$EXE_EXT, " -i 5000 -k file://$file"); $client = $CL->TimedWait (60); @@ -46,7 +46,7 @@ unlink $file; print STDERR "\n\n==== Octet sequence performance test\n"; -$T = Process::Create ($EXEPREFIX."OctetSeq$Process::EXE_EXT", +$T = Process::Create ($EXEPREFIX."OctetSeq$EXE_EXT", " -n 32 -l 8192 -h 8192 -s 1 -q"); $client = $T->TimedWait (60); |