Skip to content

Commit

Permalink
drop --trace
Browse files Browse the repository at this point in the history
shows stacktrace within Rake itself, not within test.
  • Loading branch information
cben committed Mar 10, 2022
1 parent b2152ef commit 6be9b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head', 'truffleruby-head' ]
os_and_command:
- os: 'macos-latest'
command: 'env TESTOPTS="--verbose" bundle exec rake --trace test'
command: 'env TESTOPTS="--verbose" bundle exec rake test'
- os: ubuntu-latest
# Sometimes minitest starts and then just hangs printing nothing.
# Github by default kills after 6hours(!). Hopefully SIGTERM may let it print some details?
Expand Down
2 changes: 1 addition & 1 deletion test/config/update_certs_k0s.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def sh!(*cmd)
'--cert test/config/external-cert.pem https://127.0.0.1:6443/healthz'
)

sh! 'env KUBECLIENT_TEST_REAL_CLUSTER=true bundle exec rake --trace test'
sh! 'env KUBECLIENT_TEST_REAL_CLUSTER=true bundle exec rake test'

sh! "#{DOCKER} rm -f #{CONTAINER}"

Expand Down

0 comments on commit 6be9b14

Please sign in to comment.