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