Skip to content

Commit 386e99f

Browse files
committed
hab ruby
Signed-off-by: RoyShravani <shravani.roy@progress.com>
1 parent 1278e25 commit 386e99f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration/tests/chef_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

integration/tests/chef_server_only.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ do_deploy() {
3333
do_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
}

0 commit comments

Comments
 (0)