Skip to content

Commit

Permalink
Merge pull request #5107 from rancher-sandbox/rdctl-shutdown-windows
Browse files Browse the repository at this point in the history
Remove explicit call to rdctl shutdown
  • Loading branch information
jandubois authored Jul 6, 2023
2 parents 282af4b + 7918074 commit 86ee530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bats/tests/helpers/load.bash
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ teardown_file() {

capture_logs

# On Linux if we don't shutdown Rancher Desktop the bats test doesn't terminate
if is_linux; then
# On Linux & Windows if we don't shutdown Rancher Desktop bats test don't terminate
if is_linux || is_windows; then
run rdctl shutdown
fi
}
Expand Down

0 comments on commit 86ee530

Please sign in to comment.