summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/condvar/run.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2009-01-09 06:43:54 -0800
committerMatthew Newhook <matthew@zeroc.com>2009-01-09 06:43:54 -0800
commit353abdc81ce8a28ccf4b8fe26cf5eda608ecfc1f (patch)
tree7b193f43a730bab2920e7b33639148eb28beb917 /cpp/test/IceUtil/condvar/run.py
parentBug 3196 - Added --noenv option to allDemos.py (diff)
downloadice-353abdc81ce8a28ccf4b8fe26cf5eda608ecfc1f.tar.bz2
ice-353abdc81ce8a28ccf4b8fe26cf5eda608ecfc1f.tar.xz
ice-353abdc81ce8a28ccf4b8fe26cf5eda608ecfc1f.zip
- Bug 3135 fix.
- Print output immediately in the expect script if there is no supression strings. Squashed commit of the following: commit 28c05ad2e801dbb4dd00aae9eade326fda14c860 Author: U-WIN-5WBK5GD0FYQ\matthew <matthew@WIN-5WBK5GD0FYQ.(none)> Date: Fri Jan 9 06:38:58 2009 -0800 bug 3135 DEADLOCK DETECTED in test/IceUtil/condvar.
Diffstat (limited to 'cpp/test/IceUtil/condvar/run.py')
-rwxr-xr-xcpp/test/IceUtil/condvar/run.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/test/IceUtil/condvar/run.py b/cpp/test/IceUtil/condvar/run.py
index 33387d3fa79..50c762bf86b 100755
--- a/cpp/test/IceUtil/condvar/run.py
+++ b/cpp/test/IceUtil/condvar/run.py
@@ -22,19 +22,13 @@ from scripts import *
workqueue = os.path.join(os.getcwd(), "workqueue")
-print "starting workqueue...",
client = TestUtil.spawnClient(workqueue)
-print "ok"
client.waitTestSuccess()
match = os.path.join(os.getcwd(), "match")
-print "starting signal match...",
client = TestUtil.spawnClient(match)
-print "ok"
client.waitTestSuccess()
-print "starting broadcast match...",
client = TestUtil.spawnClient(match + " -b")
-print "ok"
client.waitTestSuccess()