guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scheme test driver should use ‘write’


From: Mathieu Lirzin
Subject: Re: Scheme test driver should use ‘write’
Date: Tue, 24 May 2016 15:46:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Hi,

address@hidden (Ludovic Courtès) writes:

> I just noticed that our fancy ‘build-aux/test-driver.scm’ uses ‘display’
> instead of ‘write’ to write test values.
>
> So for instance, in tests/gremlin.log, we have:
>
> test-name: expand-origin
>
> [...]
>
> expected-value: (OOO/../lib OOO ../OOO/bar/OOO/baz ORIGIN/foo)
>
> … where we’d instead prefer to see:
>
> expected-value: ("OOO/../lib" "OOO" "../OOO/bar/OOO/baz" "ORIGIN/foo")

Indeed.  I will fix this.

-- 
Mathieu Lirzin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]