File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ do_test_deploy() {
5656 umask 022
5757 # # skipping status test because of the missing file in automate - /etc/opscode/chef-server-running.json
5858 # # adding smoke tag or else all the test will be considered skipping only the status test
59- PATH= " / hab/bin:/bin " chef-server-ctl test --smoke --skip-status
59+ hab pkg exec core/ruby3_1 chef-server-ctl test --smoke --skip-status
6060 test_chef_server_ctl
6161 test_knife
6262 test_cookbook_caching
Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ do_deploy() {
3333do_test_deploy () {
3434 # # skipping status test because of the missing file in automate - /etc/opscode/chef-server-running.json
3535 # # adding smoke tag or else all the test will be considered skipping only the status test
36- PATH= " / hab/bin:/bin " chef-server-ctl test --smoke --skip-status
36+ hab pkg exec core/ruby3_1 chef-server-ctl test --smoke --skip-status
3737 test_chef_server_ctl
3838}
You can’t perform that action at this time.
0 commit comments