aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-02 11:44:44 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-02 11:44:44 +0000
commit44444b5e2057bc45c735b171e1d2dd3173111046 (patch)
tree053b80673c7a4034b9f0e00fbfdd0c4eeb822cc4 /src/dht
parenta0e968d82c3cafb60f60c7ee9c706178c8fc6beb (diff)
downloadgnunet-44444b5e2057bc45c735b171e1d2dd3173111046.tar.gz
gnunet-44444b5e2057bc45c735b171e1d2dd3173111046.zip
remove valgrinds
Diffstat (limited to 'src/dht')
-rwxr-xr-xsrc/dht/test_dht_tools.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dht/test_dht_tools.sh b/src/dht/test_dht_tools.sh
index 7a2d31c25..193f5c0e5 100755
--- a/src/dht/test_dht_tools.sh
+++ b/src/dht/test_dht_tools.sh
@@ -42,7 +42,8 @@ echo "PASS"
42sleep 1 42sleep 1
43 43
44echo -n "TEST: Testing put..." 44echo -n "TEST: Testing put..."
45if ! valgrind --log-file=test_put.log $putexe -k testkey -d testdata > $out ; then 45#if ! valgrind --log-file=test_put.log $putexe -k testkey -d testdata > $out ; then
46if ! $putexe -k testkey -d testdata > $out ; then
46 echo "FAIL: error running $putexe" 47 echo "FAIL: error running $putexe"
47 echo "Command output was:" 48 echo "Command output was:"
48 cat $out 49 cat $out
@@ -56,7 +57,8 @@ echo -n "TEST: Testing get..."
56echo "Result 0, type 0:" > $checkout 57echo "Result 0, type 0:" > $checkout
57echo "testdata" >> $checkout 58echo "testdata" >> $checkout
58 59
59if ! valgrind --log-file=test_get.log $getexe -k testkey -T 1 > $out ; then 60#if ! valgrind --log-file=test_get.log $getexe -k testkey -T 1 > $out ; then
61if ! $getexe -k testkey -T 1 > $out ; then
60 echo "FAIL: error running $putexe" 62 echo "FAIL: error running $putexe"
61 echo "Command output was:" 63 echo "Command output was:"
62 cat $out 64 cat $out