summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormwrock <matt@mattwrock.com>2020-12-08 13:41:52 -0800
committermwrock <matt@mattwrock.com>2020-12-08 13:41:52 -0800
commit941c5921c5e9ea8d9ca3b692233c08015d710eca (patch)
tree195516aeee945dc3dbfc6faafd377a79dc038e83
parent3851f88744e79544fab58d9c8aa9233527586ae5 (diff)
downloadchef-941c5921c5e9ea8d9ca3b692233c08015d710eca.tar.gz
dfgdf
Signed-off-by: mwrock <matt@mattwrock.com>
-rw-r--r--.expeditor/release.omnibus.yml1
-rw-r--r--omnibus/omnibus-test.ps13
2 files changed, 4 insertions, 0 deletions
diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml
index 4501b0464f..3f1a0f4a20 100644
--- a/.expeditor/release.omnibus.yml
+++ b/.expeditor/release.omnibus.yml
@@ -3,6 +3,7 @@ project-name: chef
config: omnibus/omnibus.rb
test-path: omnibus/omnibus-test.sh
test-path-windows: omnibus/omnibus-test.ps1
+test-version: 16.8.1+20201208003605
fips-platforms:
- el-*-x86_64
- windows-*
diff --git a/omnibus/omnibus-test.ps1 b/omnibus/omnibus-test.ps1
index 0933f4f631..7dc0069fd6 100644
--- a/omnibus/omnibus-test.ps1
+++ b/omnibus/omnibus-test.ps1
@@ -59,6 +59,9 @@ $Env:PATH = "C:\opscode\$product\bin;C:\opscode\$product\embedded\bin;$Env:PATH"
$chefdir = gem which chef
$chefdir = Split-Path -Path "$chefdir" -Parent
$chefdir = Split-Path -Path "$chefdir" -Parent
+
+Copy-Item ./spec/unit/provider/systemd_unit_spec.rb $chefdir/spec/unit/provider/systemd_unit_spec.rb -force
+Copy-Item Gemfile $chefdir/Gemfile -force
Set-Location -Path $chefdir
Get-Location