Skip to content

Commit

Permalink
tests: runtime_shell: custom_calyptia prevent fail on macOS at cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Jan 13, 2025
1 parent 417d129 commit 9cdaf25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runtime_shell/custom_calyptia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test_custom_calyptia_fleet_yaml() {
fi

# Clean up
kill -15 $FLB_PID
kill -15 $FLB_PID || true
}

test_custom_calyptia_fleet_toml() {
Expand Down Expand Up @@ -57,7 +57,7 @@ test_custom_calyptia_fleet_toml() {
fi

# Clean up
kill -15 $FLB_PID
kill -15 $FLB_PID || true
}

# The following command launch the unit test
Expand Down

0 comments on commit 9cdaf25

Please sign in to comment.