lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3873eb0 15/18: Fix defect committed 20190521T


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3873eb0 15/18: Fix defect committed 20190521T2101: tested 'md5sums' in wrong directory
Date: Wed, 29 May 2019 18:49:09 -0400 (EDT)

branch: master
commit 3873eb082344010b704069c252e5943106e2c812
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix defect committed 20190521T2101: tested 'md5sums' in wrong directory
    
    'test/' subdirectories contain an 'md5sums' file, which is to be used
    to validate the contents of such a directory. Instead, commit 0dfb9cbf4a
    ran that test in the lmi source directory.
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index b0766a4..8406bca 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -446,7 +446,7 @@ check_concinnity: source_clean custom_tools
        @$(RM) --force TODAY
        @$(RM) --force BOM
        @$(RM) --force BOY
-       @[ -f md5sums ] \
+       @cd $(prefascicle_dir) && [ -f md5sums ] \
          && <md5sums $(SED) 
-e'/\.test$$\|\.test0$$\|\.test1$$\|\.tsv$$\|\.xml$$/d' \
          | $(MD5SUM) --check --quiet || true
        @for z in $(build_dir)/*.d; do [ -s $$z ]         || echo $$z; done;



reply via email to

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