Hello Andy,

> > Note that make check leaves the following toplevel file [a symlink to 
> > itself]
> > behind:
> >
> >     filesys-test-link.tmp  

> I have seen this and I don't know why this is, and I would prefer to fix
> it rather than ignoring it.

Ok, as I said I did not look at the test-suite source code, and I'm afraid I 
won't
have time to do so, just to let you know.

> >  config.log
> >  config.h
> >  *.doc
> > +*.html  

> doc/ref/guile.html please

Fine, let's apply the patch I sent for stable-2.0 when you're happy then.

> > @@ -142,6 +144,7 @@ INSTALL
> >  /test-suite/standalone/test-scm-spawn-thread
> >  /test-suite/standalone/test-pthread-create
> >  /test-suite/standalone/test-pthread-create-secondary
> > +/test-suite/standalone/test-smob-mark-race
> >  /lib/fcntl.h  

> Good catch!
> So just a couple of nits, then please resend.  Thanks :)

Attached

Cheers,
David
From 45795a5d90de5e87b452d32189a9b5b1eb410ae5 Mon Sep 17 00:00:00 2001
From: David Pirotte <da...@altosw.be>
Date: Sat, 25 Jun 2016 17:42:09 -0300
Subject: [PATCH 2/2] Do not track some test-suite files

* .gitignore:  Adding test-smob-mark-race to the list of the test-suite
  files we do not track.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 6375f2b..7f9d630 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,6 +142,7 @@ INSTALL
 /test-suite/standalone/test-scm-spawn-thread
 /test-suite/standalone/test-pthread-create
 /test-suite/standalone/test-pthread-create-secondary
+/test-suite/standalone/test-smob-mark-race
 /lib/fcntl.h
 /lib/sys/uio.h
 /lib/stdalign.h
-- 
2.8.1

Attachment: pgpudub3Mgi7V.pgp
Description: OpenPGP digital signature

Reply via email to