test/create_all.sh in ebfly-0.1.7 vs test/create_all.sh in ebfly-0.1.8

- old
+ new

@@ -1,8 +1,11 @@ #!/bin/bash +DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +source $DIR/common.sh + bundle exec ./bin/ebfly app create ebfly-test -for ss in docker09 docker10 docker13 nodejs php54 php55 python26 python27 ruby19 ruby20 ruby20-puma ruby21 ruby21-puma +for ss in $SOLUTION_STACKS do bundle exec ./bin/ebfly env create $ss -s $ss -a ebfly-test done