aboutsummaryrefslogblamecommitdiff
path: root/test/runner.sh
blob: 04e42be7d6aa69832028b50dabb74f0efa99af45 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                      
#!/bin/sh

set -ex

echo $BOTTIN_DEFAULT_ADMIN_PW
consul agent -dev > /dev/null 2>&1 &
sleep 2
cp test/config.json.test config.json
./bottin > /tmp/bottin.log 2>&1 &
sleep 1
./test/test -test.v -test.failfast -test.short -test.run TestPrincipal
./test/test -test.v -test.failfast -test.run TestPrincipal/B=

jobs
kill %2
kill %1