diff options
Diffstat (limited to 'gnuradio-core/src/guile/srfi/srfi-64.scm')
-rw-r--r-- | gnuradio-core/src/guile/srfi/srfi-64.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/guile/srfi/srfi-64.scm b/gnuradio-core/src/guile/srfi/srfi-64.scm index 25833b3f7..4ad9ccbab 100644 --- a/gnuradio-core/src/guile/srfi/srfi-64.scm +++ b/gnuradio-core/src/guile/srfi/srfi-64.scm @@ -189,7 +189,7 @@ ;; Not part of the specification. FIXME ;; Controls whether a log file is generated. -(define test-log-to-file #f) +(define test-log-to-file #t) (define (test-runner-simple) (let ((runner (%test-runner-alloc))) |