summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 20:19:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-26 20:19:54 +0000
commite5f6746eff664b9917c04bf4fb1af061df785709 (patch)
treea1d148f5ad218fad2bfd3f617a044614b9bb9273
parent85ae527a6bd00e16a687cb89e28b109dd9ea088d (diff)
downloadATCD-e5f6746eff664b9917c04bf4fb1af061df785709.tar.gz
oops, put back missing ||
-rwxr-xr-xtests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index ca4c1df192b..a7b8b0cc814 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -144,7 +144,7 @@ run Service_Config_Test # tests ACE_Service_Config
run Priority_Task_Test # tests ACE_Task with priorities
run IOStream_Test # tests ACE_IOStream and ACE_SOCK_Stream
run Enum_Interfaces_Test # tests ACE_ACE::get_ip_interfaces()
-test $chorus run Upgradable_RW_Test # tests ACE_RW locks
+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 "Tests complete..."