Skip to content

Commit

Permalink
tests: runtime_shell: custom_calyptia: fix checks
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens committed Dec 17, 2024
1 parent 6c0b8d7 commit 86295d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/runtime_shell/custom_calyptia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ test_custom_calyptia_fleet_yaml() {
find "$CALYPTIA_FLEET_DIR" -name '*.yaml' -type f -exec cat {} \;
fi

# Check we are still running
assertTrue 'Fluent bit not running' "$(kill -0 $FLB_PID)"

# Clean up
kill -15 $FLB_PID
}
Expand Down Expand Up @@ -59,9 +56,6 @@ test_custom_calyptia_fleet_toml() {
fail 'YAML files found'
fi

# Check we are still running
assertTrue 'Fluent bit not running' "$(kill -0 $FLB_PID)"

# Clean up
kill -15 $FLB_PID
}
Expand Down

0 comments on commit 86295d4

Please sign in to comment.