fix syntax errors in test.sh
This commit is contained in:
parent
19aa4e12d5
commit
22c80eaf54
@ -24,11 +24,11 @@ python3 testbot & TESTBOTPID=$!
|
|||||||
sleep 10
|
sleep 10
|
||||||
|
|
||||||
# Wait certain amount of time for every test message in the file
|
# Wait certain amount of time for every test message in the file
|
||||||
for i in $(cat testmsgs); do sleep 5; done
|
for i in $(cat testmsgs.txt); do sleep 5; done
|
||||||
|
|
||||||
# Kill bots
|
# Kill bots
|
||||||
kill XMPPMIRRORPID
|
kill $XMPPMIRRORPID
|
||||||
kill TESTBOTPID
|
kill $TESTBOTPID
|
||||||
|
|
||||||
# Stop and remove containter
|
# Stop and remove containter
|
||||||
docker stop xmppbot-test
|
docker stop xmppbot-test
|
||||||
|
Loading…
Reference in New Issue
Block a user