1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-14 01:57:53 +03:00
samba-mirror/ctdb/tests/fetch1.sh
Andrew Tridgell a4bbc88cf1 - merge from ronnie, and use wait instead of sleep in test scripts
(This used to be ctdb commit 6e6812641e3ce7afae7bd46ed317a885839fdd4f)
2007-04-18 14:42:02 +10:00

8 lines
127 B
Bash
Executable File

#!/bin/sh
killall -q ctdb_fetch1
echo "Trying node"
bin/ctdb_fetch1 --nlist tests/1node.txt --listen 127.0.0.1:9001 $*
wait