[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {maint} tests: fix a spurious failure with FreeBSD make
From: |
Stefano Lattarini |
Subject: |
[FYI] {maint} tests: fix a spurious failure with FreeBSD make |
Date: |
Sun, 19 May 2013 00:16:38 +0200 |
Failures due to known VPATH support issues in that make implementation
(the same issues that have been causing the long-standing bug#7884).
* t/lex-multiple.sh: Adjust.
Signed-off-by: Stefano Lattarini <address@hidden>
---
t/lex-multiple.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/lex-multiple.sh b/t/lex-multiple.sh
index 7383eaf..e804bb2 100644
--- a/t/lex-multiple.sh
+++ b/t/lex-multiple.sh
@@ -102,6 +102,6 @@ if ! cross_compiling; then
: For shells with busted 'set -e'.
fi
-$MAKE distcheck
+yl_distcheck
:
--
1.8.3.rc2
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {maint} tests: fix a spurious failure with FreeBSD make,
Stefano Lattarini <=