Skip to content

Commit 8d7f493

Browse files
committed
Collect J9 crash logs
1 parent 9f8c279 commit 8d7f493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/prepare_reports.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env bash
22

33
set -e
44
mkdir -p reports
55
cp /tmp/hs_err* reports/ || true
6+
cp ddprof-test/javacore*.txt reports/ || true
67
cp ddprof-test/build/hs_err* reports/ || true
78
cp -r ddprof-lib/build/tmp reports/native_build || true
89
cp -r ddprof-test/build/reports/tests reports/tests || true

0 commit comments

Comments
 (0)