add script for testing app SMTP connections

This commit is contained in:
Adam Cooke
2017-04-28 17:09:39 +01:00
parent 6fc82b2049
commit 3333a7baf3
6 changed files with 42 additions and 2 deletions
+4
View File
@@ -84,6 +84,10 @@ case "$1" in
run "bundle exec ruby script/make_user.rb"
;;
test-app-smtp)
run "bundle exec ruby script/test_app_smtp.rb $2"
;;
bundle)
if [ -n "$2" ]; then
run "bundle install --path=$2 --without=development --jobs=4 --clean"