15 lines
273 B
Plaintext
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
|