lilypond-devel
[Top][All Lists]
Advanced

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

Re: how to test patches?


From: David Kastrup
Subject: Re: how to test patches?
Date: Sat, 04 Apr 2020 13:09:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

James Lowe <address@hidden> writes:

> Hello,
>
> So nothing has changed in master since yesterday.
>
> Therefore any make check is going to fall over on my testing.
>
> What to do?

You could do

commit -m "nonsense" --allow-empty

on current master, do your tests, and afterwards do

git reset --hard HEAD~1

to remove the commit.  It's also likely that some setting of

export LANG=en_US.UTF-8

or similar might work, but that's not a given.  The particular
invocation that should do the trick is system dependent.

-- 
David Kastrup



reply via email to

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