forked from Deuxfleurs/bottin
Test bottin comportment
This commit is contained in:
parent
3e658ac201
commit
a9b04a255f
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
trap "exit" INT TERM ERR
|
|
||||||
trap "kill 0" EXIT
|
trap "kill 0" EXIT
|
||||||
|
|
||||||
#export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)
|
#export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)
|
||||||
echo $BOTTIN_DEFAULT_ADMIN_PW
|
echo $BOTTIN_DEFAULT_ADMIN_PW
|
||||||
consul agent -dev > /dev/null 2>&1 &
|
consul agent -dev > /dev/null 2>&1 &
|
||||||
sleep 2
|
sleep 2
|
||||||
./bottin > /dev/null 2>&1 &
|
./bottin #> /dev/null 2>&1 &
|
||||||
sleep 1
|
#sleep 1
|
||||||
./test_automatic/integration
|
#./test_automatic/integration
|
||||||
|
|
Loading…
Reference in a new issue