Hi! > Hi, I am wondering if there is a limitation of seconds you can specify in > standard command-line options for, > > -I x Execute test for x seconds > > I noticed that when given a value like 3600, the test returned immediately > like, > > ./hugemmap04 -I 3600 -H /var/hugetlbfs >
Well these "standart" command line options are broken for a long time and nobody cares as the tests are executed automatically by scripts anyway. You could have a look at lib/parse_opts.c and include/usctest.h if you are interested. For a future I'm thinking about removing some of the functionality (if not all of it) as most of it could be easily done by tools that executes these tests. And this would lead to big simplification of the tests. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
