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
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