Test bottin comportment

This commit is contained in:
MrArmonius 2021-07-09 16:27:15 +02:00
parent 3e658ac201
commit a9b04a255f
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
#!/bin/sh
trap "exit" INT TERM ERR
trap "kill 0" EXIT
#export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)
echo $BOTTIN_DEFAULT_ADMIN_PW
consul agent -dev > /dev/null 2>&1 &
sleep 2
./bottin > /dev/null 2>&1 &
sleep 1
./test_automatic/integration
./bottin #> /dev/null 2>&1 &
#sleep 1
#./test_automatic/integration