summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor')
-rw-r--r--.expeditor/scripts/prep_and_run_tests.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/scripts/prep_and_run_tests.ps1 b/.expeditor/scripts/prep_and_run_tests.ps1
index 76e475cd8a..03c5f1ca9a 100644
--- a/.expeditor/scripts/prep_and_run_tests.ps1
+++ b/.expeditor/scripts/prep_and_run_tests.ps1
@@ -17,6 +17,7 @@ switch ($TestType) {
"Unit" {[string[]]$RakeTest = 'spec:unit','component_specs'; break}
"Integration" {[string[]]$RakeTest = "spec:integration"; break}
"Functional" {[string[]]$RakeTest = "spec:functional"; break}
+ "Chocolatey" {[string[]]$RakeTest = "chocolatey_package_spec"; break}
default {throw "TestType $TestType not valid"}
}