mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
10 lines
216 B
Bash
Executable File
10 lines
216 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Testing daemon mode"
|
|
bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001
|
|
wait
|
|
|
|
echo "Testing self connect"
|
|
bin/ctdb_test --nlist tests/1node.txt --listen 127.0.0.1:9001 --self-connect
|
|
wait
|