summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 04:59:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 04:59:37 +0000
commit83ada2d82effce6cf399bf94dcb205de7566bef3 (patch)
tree5aa415fcf47791e1f38857dc2055022018b4b368
parentb9e97711f0119439d08595968849ba318792e879 (diff)
downloadATCD-83ada2d82effce6cf399bf94dcb205de7566bef3.tar.gz
added ACE version number printouts
-rwxr-xr-xtests/run_tests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 0d3c46fc2c2..c9c5d7ab1ef 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -84,12 +84,14 @@ if [ -x /bin/uname -a `uname -s` = 'LynxOS' ]; then
LynxOS=1
fi
+ace_version=`head -1 ../VERSION | sed 's/.*version \([0-9.]*\).*/\1/'`
+
if [ ! "$chorus" ]; then
user=${LOGNAME:-`whoami`}
start_test_resources=`ipcs | egrep $user`
fi # ! chorus
-echo "Starting ACE tests . . ."
+echo "Starting ACE version $ace_version tests . . ."
mv -f "$compilation_log" "$compilation_log.bak" > /dev/null 2>&1
@@ -166,7 +168,7 @@ run Enum_Interfaces_Test # tests ACE_ACE::get_ip_interfaces()
test $chorus || run Upgradable_RW_Test # tests ACE_RW locks
test $chorus || run Conn_Test # tests ACE_Thread_Manager, ACE_Acceptor/ACE_Connector, ACE_SOCK_SAP
-echo "Finished ACE tests."
+echo "Finished ACE version $ace_version tests."
/bin/rm -f ace_pipe_name pattern \
$tmp/ace_temp_file* \