Hi guys,

I noticed that when I am trying to run a test script using Test::More (perl -Mblib t/script.t) that has really a lot of tests (over 1M) perl swells in memory badly. Obviously Test::More is storing the test results - and I don't need that history. Is there a way to run it in a lean way, so that only the minimal statistical footprint is kept in memory?

Thanks,
R.
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to