mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
190b97f0ed
send the correct structure back to a client assorted other cleanups (tests/test1.sh now works in daemon mode) (This used to be ctdb commit f4593754cab750dfdb9384884502e2e1b8fde1f0)
9 lines
303 B
Bash
Executable File
9 lines
303 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Testing local send"
|
|
bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001
|
|
echo "Testing daemon mode"
|
|
bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001 --daemon
|
|
echo "Testing self connect"
|
|
bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001 --self-connect
|