Rajout script bash pour drone

This commit is contained in:
MrArmonius 2021-07-08 16:56:09 +02:00
parent f294b66874
commit f93f9e6958
1 changed files with 7 additions and 0 deletions

7
test_automatic/start_test.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
export BOTTIN_DEFAULT_ADMIN_PW=$(openssl rand -base64 24)
echo $BOTTIN_DEFAULT_ADMIN_PW
./consul agent -dev > /dev/null 2>&1 &
./bottin > /dev/null 2>&1 &
go run integration.go