]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dont hardcode gdb in the test script. ooops
authorRonnie sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Apr 2007 06:49:37 +0000 (16:49 +1000)
committerRonnie sahlberg <ronniesahlberg@gmail.com>
Thu, 12 Apr 2007 06:49:37 +0000 (16:49 +1000)
(This used to be ctdb commit e193d69cd8cdd293379ab88d25e6984b584afa22)

ctdb/tests/fetch.sh

index acce5fbc65bfbeba0ed5d56cdc119cd41d8ce74a..ba043e17c588c698fd5df8c1b727a8078f0b79c7 100755 (executable)
@@ -4,6 +4,6 @@ killall -q ctdb_fetch
 
 echo "Trying 2 nodes"
 bin/ctdb_fetch --nlist tests/nodes.txt --listen 127.0.0.2:9001 $* &
-gdb --args bin/ctdb_fetch --nlist tests/nodes.txt --listen 127.0.0.1:9001 $* 
+bin/ctdb_fetch --nlist tests/nodes.txt --listen 127.0.0.1:9001 $* 
 
 killall -q ctdb_fetch