We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f885bf commit 44af229Copy full SHA for 44af229
1 file changed
dev.yml
@@ -13,7 +13,7 @@ up:
13
- custom:
14
name: Create Job Iteration database
15
meet: mysql -uroot -h job-iteration.railgun -e "CREATE DATABASE job_iteration_test"
16
- met?: mysql -uroot -h job-iteration.railgun job_iteration_test -e "SELECT 1"
+ met?: mysql -uroot -h job-iteration.railgun job_iteration_test -e "SELECT 1" &> /dev/null
17
18
commands:
19
test: bundle exec rake
0 commit comments