unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [Shepherd][PATCH] Fix 'make check'.
@ 2016-01-16 15:44 Mathieu Lirzin
  2016-01-16 15:44 ` [PATCH] build: Add missing backslash in AM_TESTS_ENVIRONMENT Mathieu Lirzin
  2016-01-17 13:47 ` [Shepherd][PATCH] Fix 'make check' Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Mathieu Lirzin @ 2016-01-16 15:44 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]


While starting to hack on Shepherd, I have noticed that ‘make check’
was failing.  The problem was a missing backslash in
AM_TESTS_ENVIRONMENT variable.

Mathieu Lirzin (1):
  build: Add missing backslash in AM_TESTS_ENVIRONMENT.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.6.4


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] build: Add missing backslash in AM_TESTS_ENVIRONMENT.
  2016-01-16 15:44 [Shepherd][PATCH] Fix 'make check' Mathieu Lirzin
@ 2016-01-16 15:44 ` Mathieu Lirzin
  2016-01-17 13:47 ` [Shepherd][PATCH] Fix 'make check' Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Lirzin @ 2016-01-16 15:44 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]


* Makefile.am (AM_TESTS_ENVIRONMENT): Add missing backslash.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-build-Add-missing-backslash-in-AM_TESTS_ENVIRONMENT.patch --]
[-- Type: text/x-patch; name="0001-build-Add-missing-backslash-in-AM_TESTS_ENVIRONMENT.patch", Size: 525 bytes --]

diff --git a/Makefile.am b/Makefile.am
index 9bbc3e3..16fd160 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -152,7 +152,7 @@ EXTRA_DIST += $(TESTS)
 
 AM_TESTS_ENVIRONMENT =				\
   PATH="$(abs_top_builddir):$$PATH" LC_ALL=C	\
-  SHELL="$(SHELL)" GUILE="$(GUILE)"
+  SHELL="$(SHELL)" GUILE="$(GUILE)"		\
   GUILE_LOAD_PATH="$(abs_top_srcdir)/modules:$(abs_top_builddir)/modules:$$GUILE_LOAD_PATH" \
   GUILE_LOAD_COMPILED_PATH="$(abs_top_srcdir)/modules:$(abs_top_builddir)/modules:$$GUILE_LOAD_COMPILED_PATH"
 

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Shepherd][PATCH] Fix 'make check'.
  2016-01-16 15:44 [Shepherd][PATCH] Fix 'make check' Mathieu Lirzin
  2016-01-16 15:44 ` [PATCH] build: Add missing backslash in AM_TESTS_ENVIRONMENT Mathieu Lirzin
@ 2016-01-17 13:47 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2016-01-17 13:47 UTC (permalink / raw)
  To: Mathieu Lirzin; +Cc: guix-devel

Mathieu Lirzin <mthl@gnu.org> skribis:

> While starting to hack on Shepherd, I have noticed that ‘make check’
> was failing.  The problem was a missing backslash in
> AM_TESTS_ENVIRONMENT variable.
>
> Mathieu Lirzin (1):
>   build: Add missing backslash in AM_TESTS_ENVIRONMENT.

Indeed.  Applied, thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-17 13:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-16 15:44 [Shepherd][PATCH] Fix 'make check' Mathieu Lirzin
2016-01-16 15:44 ` [PATCH] build: Add missing backslash in AM_TESTS_ENVIRONMENT Mathieu Lirzin
2016-01-17 13:47 ` [Shepherd][PATCH] Fix 'make check' Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).