From e5af7462ebeb361d6bc9e5086c20f55860f5db27 Mon Sep 17 00:00:00 2001
From: Lukas Stadler <lukas.stadler@oracle.com>
Date: Wed, 12 Jul 2017 18:21:42 +0200
Subject: [PATCH] include .Rout files in output

---
 ci.hocon | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci.hocon b/ci.hocon
index 14a118d4bc..f50713f267 100644
--- a/ci.hocon
+++ b/ci.hocon
@@ -36,6 +36,7 @@ logfiles : [
     "com.oracle.truffle.r.native/gnur/R-*/Makeconf"
     "com.oracle.truffle.r.native/gnur/libiconv-*/iconv_configure.log"
     "com.oracle.truffle.r.native/gnur/libiconv-*/iconv_make.log"
+    "*-tests/*.Rout"
   ]
 
 # This is needed by all (Linux) builds but is specific to the module system employed
-- 
GitLab