This commit is contained in:
ronivay
2018-07-26 19:23:01 +03:00
parent 0831636dcb
commit ba7ab0eb8b
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Automated tests to run installation on different operating systems and make sure
`run-tests.sh` without arguments builds up each vagrant box one by one and outputs if curl check was successful or not. `run-tests.sh` without arguments builds up each vagrant box one by one and outputs if curl check was successful or not.
``` ```
./run-tests-all.sh ./run-tests.sh
CentOS HTTP Check: success CentOS HTTP Check: success
Debian HTTP Check: success Debian HTTP Check: success
Ubuntu HTTP Check: success Ubuntu HTTP Check: success

View File

@@ -317,7 +317,7 @@ function InstallXO {
else else
echo echo
echo "Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details" echo "Looks like there was a problem when starting xo-server/reading journalctl. Please see logs for more details"
exit 1; exit 1
fi fi
} 2>$LOGFILE } 2>$LOGFILE