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