branch: master
commit 16906595cf4bbeaff31ceaedc14c5443f773293c
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Sun Jan 9 18:00:27 2022 +0100

    remote-server: Show wider backtraces.
    
    * src/cuirass/scripts/remote-server.scm (cuirass-remote-server): Set 
"COLUMNS"
    to 500.
---
 src/cuirass/scripts/remote-server.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/cuirass/scripts/remote-server.scm 
b/src/cuirass/scripts/remote-server.scm
index 87cb907..8843a95 100644
--- a/src/cuirass/scripts/remote-server.scm
+++ b/src/cuirass/scripts/remote-server.scm
@@ -607,6 +607,9 @@ exiting."
                  "increased maximum number of open files from ~d to ~d"
                  soft (if hard (min hard limit) limit))))))
 
+        ;; Show wider backtraces.
+        (setenv "COLUMNS" "500")
+
         (and cache
              (%cache-directory cache))
 

Reply via email to