summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Thruput/TAO/run_client
diff options
context:
space:
mode:
authorsma1 <sma1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 18:49:00 +0000
committersma1 <sma1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-09 18:49:00 +0000
commit5de6d126d586a25071956e3e88899b11c5a3fed4 (patch)
tree9925549b87339e0471f8ed818241652019e073a0 /TAO/performance-tests/Thruput/TAO/run_client
parent151ee41e715c582b141a3e6b340876a413bc6a41 (diff)
downloadATCD-5de6d126d586a25071956e3e88899b11c5a3fed4.tar.gz
See Fri Oct 9 13:42:47 1998 Shawn Michael Atkins <sma1@lambada.cs.wustl.edu>
Diffstat (limited to 'TAO/performance-tests/Thruput/TAO/run_client')
-rwxr-xr-xTAO/performance-tests/Thruput/TAO/run_client7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/performance-tests/Thruput/TAO/run_client b/TAO/performance-tests/Thruput/TAO/run_client
index 5d281fef983..ccb515f75fe 100755
--- a/TAO/performance-tests/Thruput/TAO/run_client
+++ b/TAO/performance-tests/Thruput/TAO/run_client
@@ -10,6 +10,13 @@
# exit 1
# endif
+#if the directory $1 <TEST_NAME> doesn't exist create it
+if (!(-d ./results/REMOTE/$1)) then
+ chdir ./results/REMOTE
+ mkdir $1
+ chdir ../../
+endif
+
#shorts
run_test 67108864 128 ./results/REMOTE/$1/sun-iiop.atm1.64 s $2
sleep 5