[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 8dc1e86a7a8d63be78e38cb3644e7042ac390cd5

Ville Skyttä ville.skytta at iki.fi
Fri Nov 5 17:51:16 UTC 2010


The following commit has been merged in the master branch:
commit 8dc1e86a7a8d63be78e38cb3644e7042ac390cd5
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Nov 5 19:47:25 2010 +0200

    Don't source bash-completion.log when running "make check".
    
    I wonder why does such a file end up in our completions dir, but it
    looks like one created by "make check" invocations.

diff --git a/test/Makefile.am b/test/Makefile.am
index 9f7e825..9dab219 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,5 @@
 DEJATOOL = completion install unit
-AM_RUNTESTFLAGS = --outdir log
+AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log
 
 EXTRA_DIST = completion \
 	     config \

-- 
bash-completion



More information about the Bash-completion-commits mailing list