From 5de6d126d586a25071956e3e88899b11c5a3fed4 Mon Sep 17 00:00:00 2001 From: sma1 Date: Fri, 9 Oct 1998 18:49:00 +0000 Subject: See Fri Oct 9 13:42:47 1998 Shawn Michael Atkins --- TAO/performance-tests/Thruput/TAO/results/REMOTE/README | 4 ++++ TAO/performance-tests/Thruput/TAO/run_client | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 TAO/performance-tests/Thruput/TAO/results/REMOTE/README (limited to 'TAO/performance-tests') diff --git a/TAO/performance-tests/Thruput/TAO/results/REMOTE/README b/TAO/performance-tests/Thruput/TAO/results/REMOTE/README new file mode 100644 index 00000000000..2ece064f320 --- /dev/null +++ b/TAO/performance-tests/Thruput/TAO/results/REMOTE/README @@ -0,0 +1,4 @@ +This file is here to make the directory non-empty so it won't be +removed by cvs. + Shawn Atkins + 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 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 -- cgit v1.2.1