summaryrefslogtreecommitdiff
path: root/cpp/src/tests/python_tests.ps1
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-12-09 01:29:40 +0000
committerStephen D. Huston <shuston@apache.org>2009-12-09 01:29:40 +0000
commitf223092bf9ce606bdf9885794ff849849d5430f4 (patch)
tree525d253c0e6eaa601581bd9b28067c66b1c243bb /cpp/src/tests/python_tests.ps1
parent2463acd242beca3bc469c7e44733c9bf9363f7ef (diff)
downloadqpid-python-f223092bf9ce606bdf9885794ff849849d5430f4.tar.gz
Set up python test list correctly and get the correct exit code from a test process; resolves QPID-2252
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@888670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/python_tests.ps1')
-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 8edaf40764..ab456a1557 100644
--- a/cpp/src/tests/python_tests.ps1
+++ b/cpp/src/tests/python_tests.ps1
@@ -33,7 +33,7 @@ if (Test-Path env:PYTHON_TESTS) {
$tests = "$env:PYTHON_TESTS"
}
else {
- $tests = "*"
+ $tests = "$args"
}
#cd $PYTHON_DIR