From 1d938adb4c5c015d6bdef0047177641c808746b7 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 2 Jul 2010 12:26:47 +0000 Subject: remove valgrind --- src/dht/test_dht_tools.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/dht') 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" sleep 1 echo -n "TEST: Testing put..." -if ! valgrind --leak-check=full --log-file=test_put.log $putexe -k testkey -d testdata > $out ; then -#if ! $putexe -k testkey -d testdata > $out ; then +if ! $putexe -k testkey -d testdata > $out ; then echo "FAIL: error running $putexe" echo "Command output was:" cat $out @@ -57,8 +56,7 @@ echo -n "TEST: Testing get..." echo "Result 0, type 0:" > $checkout echo "testdata" >> $checkout -if ! valgrind --leak-check=full --log-file=test_get.log $getexe -k testkey -T 1 > $out ; then -#if ! $getexe -k testkey -T 1 > $out ; then +if ! $getexe -k testkey -T 1 > $out ; then echo "FAIL: error running $putexe" echo "Command output was:" cat $out -- cgit v1.2.3