mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
abf3b910be
(This used to be ctdb commit 95e7be8d1aaafafb574c406fe778093606a28be8)
7 lines
204 B
Bash
Executable File
7 lines
204 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 self connect"
|
|
bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001 --self-connect
|