tests script fix, added readme and gitignore update

This commit is contained in:
ronivay
2018-07-26 16:47:18 +03:00
parent bef3113b61
commit b864fee714
2 changed files with 27 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ function RunTestsSingle {
vagrant up &> $LOGFILE
sleep 5
echo "" >> $LOGFILE
echo "Curl output:" >> $LOGFILE
curl -s -L 192.168.33.101 >> $LOGFILE 2>&1 || false
if [[ $? == "1" ]]; then