From 2463acd242beca3bc469c7e44733c9bf9363f7ef 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/qpid@888656 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/python_tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') 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 } -- cgit v1.2.1