Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

15 lines
273 B
Plaintext

# Test that the exec command can exec a command on all nodes.
#
# @TEST-EXEC: bash %INPUT
# @TEST-EXEC: btest-diff out
. zeekctl-test-setup
while read line; do installfile $line; done << EOF
etc/node.cfg__cluster
EOF
zeekctl install
zeekctl exec echo hello world > out