blob: 33dd73928b75d925e2145ffe85669d83123bcaed [file] [log] [blame]
#! /bin/bash
rm -f RECV.log
./client 1 + 2
if [ -f RECV.log ] ; then \
cat RECV.log; \
else \
echo "When you recompile both gsoap and this project with configure --enable-debug, then a protocol log file will be generated. Use that in case of problems before you write mail to aberger."
fi