summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-12-09 00:18:38 +0000
committerStephen D. Huston <shuston@apache.org>2009-12-09 00:18:38 +0000
commit2463acd242beca3bc469c7e44733c9bf9363f7ef (patch)
tree4bdbce74398c3ae329ea6b5845ae3f411b6108b9
parent75946b9308c476d853270dd1aa10fbea6dfe37e0 (diff)
downloadqpid-python-2463acd242beca3bc469c7e44733c9bf9363f7ef.tar.gz
Correct typo in diagnostic message.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888656 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/tests/python_tests.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/python_tests.ps1 b/cpp/src/tests/python_tests.ps1
index a7f6920783..8edaf40764 100644
--- a/cpp/src/tests/python_tests.ps1
+++ b/cpp/src/tests/python_tests.ps1
@@ -22,7 +22,7 @@
$srcdir = Split-Path $myInvocation.InvocationName
$PYTHON_DIR = "$srcdir\..\..\..\python"
if (!(Test-Path $PYTHON_DIR -pathType Container)) {
- "Skipping header test as python libs not found"
+ "Skipping python tests as python libs not found"
exit 1
}