summaryrefslogtreecommitdiff
path: root/.expeditor
diff options
context:
space:
mode:
authorEvan Ahlberg <evanahlberg@gmail.com>2023-02-08 14:39:51 -0500
committerEvan Ahlberg <evanahlberg@gmail.com>2023-02-08 14:39:51 -0500
commit7e326908746a5df606f1fa9490239af482c716e6 (patch)
tree531fa0926b6a876a5a6ab49b027e35d9d676a5d3 /.expeditor
parent6df116ecd3deecaf2f6a42056767c8a524a33689 (diff)
downloadchef-7e326908746a5df606f1fa9490239af482c716e6.tar.gz
only current chef-16 platforms and remove external gem tests
Signed-off-by: Evan Ahlberg <evanahlberg@gmail.com>
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"}
}