Sha256: a77f668cfe287f6869fbd783c2ad1c5ed55f18c0f7e4361b063b08d7c115c1e1
Contents?: true
Size: 406 Bytes
Versions: 10
Compression:
Stored size: 406 Bytes
Contents
#!/usr/bin/env bash # exit if a command returns a non-zero exit code and also print the commands and their args as they are executed set -e -x bin/setup # Setup POMs fresh each time testing generator # Wait for Zalenium to be up and running timeout 30 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' zalenium:4444/wd/hub/status)" != "200" ]]; do sleep 5; done' || false bundle exec rake spec
Version data entries
10 entries across 10 versions & 1 rubygems