summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/condvar/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/condvar/run.py')
-rwxr-xr-xcpp/test/IceUtil/condvar/run.py3
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"