mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
9 lines
145 B
Bash
Executable File
9 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
killall -q ctdb_bench
|
|
|
|
echo "Trying 1 nodes"
|
|
bin/ctdb_bench --nlist tests/1node.txt --listen 127.0.0.2:9001 $*
|
|
|
|
killall -q ctdb_bench
|