summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/test-pjsua/run.py
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-06-26 12:26:52 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-06-26 12:26:52 +0000
commit6a60cb0dca962dae6a8b9860d13ff3f2a448311d (patch)
tree361c81a2333ec93d4364ab2f19a4aeca3fdb7f85 /pjsip-apps/src/test-pjsua/run.py
parent09fd72ad28fee7079e6e7bf46008780db0be5d15 (diff)
Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2057 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip-apps/src/test-pjsua/run.py')
-rw-r--r--pjsip-apps/src/test-pjsua/run.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pjsip-apps/src/test-pjsua/run.py b/pjsip-apps/src/test-pjsua/run.py
index 9026f4f8..95d6d45e 100644
--- a/pjsip-apps/src/test-pjsua/run.py
+++ b/pjsip-apps/src/test-pjsua/run.py
@@ -143,6 +143,10 @@ if script.test == None:
print "Error: no test defined"
sys.exit(1)
+if script.test.skip:
+ print "Test " + script.test.title + " is skipped"
+ sys.exit(0)
+
if len(script.test.inst_params) == 0:
print "Error: test doesn't contain pjsua run descriptions"
sys.exit(1)