Skip to content

Commit

Permalink
rpm: show rake task
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Jul 24, 2024
1 parent 5fd347c commit a2d0a85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fluent-package/yum/confluent-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@ bash ${CONFLUENT_SCRIPT}
export PATH=/opt/fluent/bin:$PATH
export INSTALLATION_TEST=true
/usr/sbin/fluentd -c /fluentd/serverspec/test.conf &
cd /fluentd && rake serverspec:kafka
ls -la /fluentd
find serverspec
cd /fluentd && rake -T && rake serverspec:kafka

0 comments on commit a2d0a85

Please sign in to comment.