comparison bin/run_test @ 301:2fb00d365745

Add set -x to view commands executed for test.
author edogawaconan <me@myconan.net>
date Wed, 12 Feb 2014 15:44:36 +0900
parents f84df8a294e6
children 4f7fb63f0537
comparison
equal deleted inserted replaced
300:f84df8a294e6 301:2fb00d365745
1 #!/bin/sh 1 #!/bin/sh
2
3 set -x
2 4
3 test true = "$CI" && bi_params="--without development" 5 test true = "$CI" && bi_params="--without development"
4 bundle install $bi_params 6 bundle install $bi_params
5 7
6 if ! test -f config/database.yml; then 8 if ! test -f config/database.yml; then