From 9dffb4b3ffdecc33445a61f69d7581529cf5de3f Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 9 Dec 2009 00:18:38 +0000 Subject: Correct typo in diagnostic message. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888656 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/python_tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src') 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 } -- cgit v1.2.1