summaryrefslogtreecommitdiff
path: root/scripts/docker/helper/run-tests.sh
blob: cee90f6bdcedc6a5be854381ace826a46c09528b (plain)
1
2
3
4
5
6
#!/bin/sh

tempfile=`mktemp -u`
make run-server CONTAINER_ID_FILE=${tempfile}
sleep 5
make run-client-test CONTAINER_ID_FILE=${tempfile}