aboutsummaryrefslogtreecommitdiff
path: root/mod_gsoap/mod_gsoap-0.6/apache_13/example/calculator/testit
blob: 33dd73928b75d925e2145ffe85669d83123bcaed (plain)
1
2
3
4
5
6
7
8
9
10
#! /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