Changes in / [2c24971:8fa3b660]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r2c24971 r8fa3b660  
    101101dist-hook:
    102102        echo "Gathering test files"
    103         for file in `$(TEST_PY) --list-dist`; do \
    104                 if test -f $(srcdir)/$$(file); then \
    105                         $(MKDIR_P) $$(dirname $(distdir)/$$(file)); \
    106                         cp -df $(srcdir)/$$(file) $(distdir)/$$(file); \
     103        for test_file in `$(TEST_PY) --list-dist`; do \
     104                if test -f $(srcdir)/$$(test_file); then \
     105                        $(MKDIR_P) $$(dirname $(distdir)/$$(test_file)); \
     106                        cp -df $(srcdir)/$$(test_file) $(distdir)/$$(test_file); \
    107107                fi; \
    108108        done
Note: See TracChangeset for help on using the changeset viewer.