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
commit9dffb4b3ffdecc33445a61f69d7581529cf5de3f (patch)
tree08495b6a80f0562289a2c4bc165a652c6cd0428f
parentfb61c034f8dd85ed3317b6fa6b701947502a7cfb (diff)
downloadqpid-python-9dffb4b3ffdecc33445a61f69d7581529cf5de3f.tar.gz
Correct typo in diagnostic message.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888656 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/python_tests.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/python_tests.ps1 b/qpid/cpp/src/tests/python_tests.ps1
index a7f6920783..8edaf40764 100644
--- a/qpid/cpp/src/tests/python_tests.ps1
+++ b/qpid/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
}