quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] Run tests again if test.quiltrc changes


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] Run tests again if test.quiltrc changes
Date: Mon, 1 May 2017 15:52:03 +0200

If any change is made to the test environment, we want to run the checks
again, to catch any problem early.

Signed-off-by: Jean Delvare <address@hidden>
---
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- quilt.orig/Makefile.in      2017-04-25 16:18:26.378722782 +0200
+++ quilt/Makefile.in   2017-05-01 14:52:06.349116529 +0200
@@ -403,9 +403,9 @@ endif
 
 # Each tests dependencies are stored in test/.depend
 ifneq ($(findstring check-,$(MAKECMDGOALS)),)
-test/.%.ok : test/%.test test/run FORCE
+test/.%.ok : test/%.test test/run test/test.quiltrc FORCE
 else
-test/.%.ok : test/%.test test/run
+test/.%.ok : test/%.test test/run test/test.quiltrc
 endif
        @LANG=C; LC_ALL=C;                                              \
        export LANG LC_ALL;                                             \


-- 
Jean Delvare
SUSE L3 Support



reply via email to

[Prev in Thread] Current Thread [Next in Thread]