summaryrefslogtreecommitdiff
path: root/cpp/src/tests/python_tests.ps1
diff options
context:
space:
mode:
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