Skip to content

Commit

Permalink
disable ts integration in buildbot
Browse files Browse the repository at this point in the history
  • Loading branch information
bkerley committed Dec 15, 2015
1 parent 69487b3 commit f5bd456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test-normal:
@echo ' - { pb_port: 8087 }' >> ../spec/support/test_client.yml
@echo "Test client config:"
@cat ../spec/support/test_client.yml
@cd ..; COVERAGE=true bin/rspec
@cd ..; COVERAGE=true bin/rspec --tag ~time_series

test-security:
@echo 'authentication:' >> ../spec/support/test_client.yml
Expand All @@ -55,7 +55,7 @@ test-security:
@echo "Test client config for security:"
@cat ../spec/support/test_client.yml
${RIAK_ADMIN} security enable
@cd ..; COVERAGE=true COVERAGE_SUITE=yes-security bin/rspec --tag yes_security
@cd ..; COVERAGE=true COVERAGE_SUITE=yes-security bin/rspec --tag yes_security --tag ~time_series

archive-coverage:
gzip -f ../coverage/index.html
Expand Down

0 comments on commit f5bd456

Please sign in to comment.