mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Robot now not exit from first error
This commit is contained in:
parent
416128823b
commit
915387ebc6
1 changed files with 5 additions and 6 deletions
11
bin/robot
11
bin/robot
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
#!/bin/bash
|
||||
#
|
||||
# Build and run everything for automatic tests
|
||||
#
|
||||
set -o pipefail
|
||||
|
||||
# cd to current script directory
|
||||
cd "$(dirname "$0")"
|
||||
# cd to Rails root directory
|
||||
cd "$(dirname "$0")"; cd ..
|
||||
|
||||
git pull origin master
|
||||
bundle install --deployment
|
||||
|
@ -27,6 +27,5 @@ echo "END_OF_RUBOCOP_RESULTS"
|
|||
|
||||
# run tests
|
||||
echo "TEST_RESULTS"
|
||||
RAILS_ENV=test bundle exec rake test:other
|
||||
RAILS_ENV=test bundle exec rake test
|
||||
echo "END_OF_TEST_RESULTS"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue