Added directory structure tests

This commit is contained in:
Slater-Victoroff
2013-05-30 15:03:48 -04:00
parent 9cdcc9df8c
commit 5883ee8a5a
2 changed files with 9 additions and 6 deletions

View File

@@ -286,9 +286,11 @@ esac
clone_repos
# Sanity check to make sure the repo layout hasn't changed
if [[ -d $BASE/edx_platform/scripts]]; then
ouput "Installing system-level dependencies"
# Install system-level dependencies
if [[ -d $BASE/edx_platform/scripts/install-system-req.sh]]; then
bash $BASE/edx_platform/scripts/install-system-req.sh
output "Installing RVM, Ruby, and required gems"