Changeset 6687 for debian

Show
Ignore:
Timestamp:
09/04/05 15:52:09 (3 years ago)
Author:
rafl
Message:

* Fixed shell glob for smoke html files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r6686 r6687  
    2222        -test $$SKIP_TESTS || $(MAKE) $(TESTS) 
    2323        -if [ ! $$DONT_SEND_SMOKE ]; then \ 
    24                 for html in $(CURDIR)/*smoke.html; do \ 
     24                for html in $(CURDIR)/smoke*.html; do \ 
    2525                        ./util/smokeserv/smokeserv-client.pl $$html; \ 
    2626                done; \