diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-01-09 06:43:54 -0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-01-09 06:43:54 -0800 |
commit | 353abdc81ce8a28ccf4b8fe26cf5eda608ecfc1f (patch) | |
tree | 7b193f43a730bab2920e7b33639148eb28beb917 /cpp/test/IceUtil/condvar/run.py | |
parent | Bug 3196 - Added --noenv option to allDemos.py (diff) | |
download | ice-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-x | cpp/test/IceUtil/condvar/run.py | 6 |
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() |