Skip to content

Commit

Permalink
save files in graal_dumps/ during CI execution
Browse files Browse the repository at this point in the history
  • Loading branch information
dougxc committed Nov 28, 2019
1 parent 726054b commit cb64776
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci.hocon
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ include "truffle/ci.hocon"

#Compiler
compiler-suite-root = "./compiler"
logPatterns = ["*.bgv"]
logPatterns = [
"*.bgv"
${compiler-suite-root}"/graal_dumps/*/*"
]

#Tools
include "tools/ci.hocon"
Expand Down

0 comments on commit cb64776

Please sign in to comment.