aboutsummaryrefslogtreecommitdiff
path: root/testdummy.sh
blob: 2623601238625c94bdb3966dda116d4850e7d963 (plain)
1
2
3
4
5
6
7
#!/bin/bash
./dummy_server 10 csaa.db --overwrite > /dev/null &
pid=$!
sleep 5
time ./testcreate.sh ./dummy_client
time ./testmodify.sh ./dummy_client
kill -SIGINT $!