mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 12:08:27 +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
|
# Build and run everything for automatic tests
|
||||||
#
|
#
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
# cd to current script directory
|
# cd to Rails root directory
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"; cd ..
|
||||||
|
|
||||||
git pull origin master
|
git pull origin master
|
||||||
bundle install --deployment
|
bundle install --deployment
|
||||||
|
@ -27,6 +27,5 @@ echo "END_OF_RUBOCOP_RESULTS"
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
echo "TEST_RESULTS"
|
echo "TEST_RESULTS"
|
||||||
RAILS_ENV=test bundle exec rake test:other
|
RAILS_ENV=test bundle exec rake test
|
||||||
echo "END_OF_TEST_RESULTS"
|
echo "END_OF_TEST_RESULTS"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue