Changeset 816:2a804a48e36d

Show
Ignore:
Timestamp:
2009-10-30 19:17:31 (10 months ago)
Author:
Stefan Schwarzer <sschwarzer@…>
Branch:
default
convert_revision:
svn:778c30c8-61e0-0310-89d4-fe2f97a467b2/trunk@886
Message:
Show each test file before running its tests.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile

    r809 r816  
    6060        for file in $(TEST_FILES); \ 
    6161        do \ 
     62                echo $$file ; \ 
    6263                python $$file ; \ 
    6364        done