aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/test_dht_tools.sh')
-rwxr-xr-xsrc/dht/test_dht_tools.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dht/test_dht_tools.sh b/src/dht/test_dht_tools.sh
index 193f5c0e5..85fd29155 100755
--- a/src/dht/test_dht_tools.sh
+++ b/src/dht/test_dht_tools.sh
@@ -42,8 +42,8 @@ echo "PASS"
42sleep 1 42sleep 1
43 43
44echo -n "TEST: Testing put..." 44echo -n "TEST: Testing put..."
45#if ! valgrind --log-file=test_put.log $putexe -k testkey -d testdata > $out ; then 45if ! valgrind --leak-check=full --log-file=test_put.log $putexe -k testkey -d testdata > $out ; then
46if ! $putexe -k testkey -d testdata > $out ; then 46#if ! $putexe -k testkey -d testdata > $out ; then
47 echo "FAIL: error running $putexe" 47 echo "FAIL: error running $putexe"
48 echo "Command output was:" 48 echo "Command output was:"
49 cat $out 49 cat $out
@@ -57,8 +57,8 @@ echo -n "TEST: Testing get..."
57echo "Result 0, type 0:" > $checkout 57echo "Result 0, type 0:" > $checkout
58echo "testdata" >> $checkout 58echo "testdata" >> $checkout
59 59
60#if ! valgrind --log-file=test_get.log $getexe -k testkey -T 1 > $out ; then 60if ! valgrind --leak-check=full --log-file=test_get.log $getexe -k testkey -T 1 > $out ; then
61if ! $getexe -k testkey -T 1 > $out ; then 61#if ! $getexe -k testkey -T 1 > $out ; then
62 echo "FAIL: error running $putexe" 62 echo "FAIL: error running $putexe"
63 echo "Command output was:" 63 echo "Command output was:"
64 cat $out 64 cat $out