From 44444b5e2057bc45c735b171e1d2dd3173111046 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 2 Jul 2010 11:44:44 +0000 Subject: remove valgrinds --- src/dht/test_dht_tools.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/dht') 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" sleep 1 echo -n "TEST: Testing put..." -if ! valgrind --log-file=test_put.log $putexe -k testkey -d testdata > $out ; then +#if ! valgrind --log-file=test_put.log $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 @@ -56,7 +57,8 @@ echo -n "TEST: Testing get..." echo "Result 0, type 0:" > $checkout echo "testdata" >> $checkout -if ! valgrind --log-file=test_get.log $getexe -k testkey -T 1 > $out ; then +#if ! valgrind --log-file=test_get.log $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