diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-02-14 17:58:48 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-02-14 17:58:48 +0800 |
commit | bea45989ce3dbca633e653da69747cdec12935f1 (patch) | |
tree | 1cffa6ea5027f07590a30def0629080bb816ba10 /cpp/test/IceUtil/condvar/run.py | |
parent | bug 2680 - change base class to System.Exception in SL (diff) | |
download | ice-bea45989ce3dbca633e653da69747cdec12935f1.tar.bz2 ice-bea45989ce3dbca633e653da69747cdec12935f1.tar.xz ice-bea45989ce3dbca633e653da69747cdec12935f1.zip |
bug 2615
Diffstat (limited to 'cpp/test/IceUtil/condvar/run.py')
-rwxr-xr-x | cpp/test/IceUtil/condvar/run.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/condvar/run.py b/cpp/test/IceUtil/condvar/run.py index 3060d194831..ad44a80d148 100755 --- a/cpp/test/IceUtil/condvar/run.py +++ b/cpp/test/IceUtil/condvar/run.py @@ -19,12 +19,15 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil +TestUtil.processCmdLine() testdir = os.path.dirname(os.path.abspath(__file__)) workqueue = os.path.join(testdir, "workqueue") print "starting workqueue...", +if TestUtil.debug: + print "(" + workqueue + ")", workqueuePipe = os.popen(workqueue + " 2>&1") print "ok" |