Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:
Hi Pedro,
> Autosave file on local temporary directory, do you want to continue?
> (yes or no)
> test/lisp/shadowfile-tests.log (END)
>
> I went and said 'yes' on the terminal where I was running make and the
> build process ended.
I suppose your local uid is 0, isn't it?
The confirmation message is a result of a recent change in Tramp, see
etc/NEWS:
--8<---------------cut here---------------start------------->8---
*** Writing sensitive auto-save or backup files to the local temporary
directory must be confirmed. In order to suppress this confirmation,
set user option 'tramp-allow-unsafe-temporary-files' to t.
--8<---------------cut here---------------end--------------->8---
I've pushed a fix to master, which sets tramp-allow-unsafe-temporary-files
to t in filenotify-tests.el and shadowfile-tests.el to t in the
noninteractive case. This should fix the problem.
> Best, /PA
Best regards, Michael.