Changeset aa81937


Ignore:
Timestamp:
Oct 10, 2006, 3:13:51 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
1569224
Parents:
633fb32
Message:

redirect output of time to standard output stream
redirect output of time to standard output stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/tests/Makefile.am

    r633fb32 raa81937  
    3131
    3232run-tests: $(bin_PROGRAMS)
    33         @for i in $(bin_PROGRAMS); do echo $$i; time (./$$i 2>&1 > /dev/null; echo $$?); done
     33        @for i in $(bin_PROGRAMS); do echo $$i; ((time ./$$i 2>&1 > /dev/null) 2>&1; echo $$?); done
    3434
    3535run-valgrind-tests: $(bin_PROGRAMS)
Note: See TracChangeset for help on using the changeset viewer.