capture core dumps from AT (#1319)

* capture hs_err_pid file

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
pull/1323/head
Sally MacFarlane 4 years ago committed by GitHub
parent 90cd7652c1
commit 1e7f3f8e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml

@ -62,6 +62,9 @@ commands:
- store_artifacts:
path: acceptance-tests/tests/build/acceptanceTestLogs
destination: acceptance-tests-logs
- store_artifacts:
path: /home/circleci/project/acceptance-tests/tests/hs_err_pid*
destination: acceptance-tests-logs
jobs:
assemble:

Loading…
Cancel
Save