Hi! > Made changes to two files here, the Install script that builds > pounder, and the pounder script that runs it. Updated the Install > script to have it now list the available test schedulers for user > selectrion prior to starting the build process. Install also now > includes the functionality for allowing users to skip subtests > that failed to build rather than just exiting out of the entire > build process due to a single subtest failure. > > The updated pounder script now includes the -m, -c, -l, -e, -i, > and -h options (README has more info). The -c, -e, -i options > handle creation and modification of test schedulers. The -m > option sets an upper bound on output of repeatedly run subtests. > The -l option lists subtests packaged with the test scheduler > and the -h option gives description of pounder usage. Also moved > all the provided test schedulers into newly created schedulers/ > directory. > > Signed-off-by: Lucy Liang <[email protected]> > --- > tools/pounder21/Install | 63 ++++++-- > tools/pounder21/default-tests.tar.gz | Bin 1441 -> 0 bytes > tools/pounder21/fast-tests.tar.gz | Bin 1292 -> 0 bytes > tools/pounder21/pounder | 174 > ++++++++++++++++++----- > tools/pounder21/schedulers/default-tests.tar.gz | Bin 0 -> 1663 bytes > tools/pounder21/schedulers/fast-tests.tar.gz | Bin 0 -> 1494 bytes > tools/pounder21/schedulers/test-tests.tar.gz | Bin 0 -> 1057 bytes > tools/pounder21/test-tests.tar.gz | Bin 1006 -> 0 bytes > tools/pounder21/testall-tests.tar.gz | Bin 314 -> 0 bytes > 9 files changed, 186 insertions(+), 51 deletions(-) > delete mode 100644 tools/pounder21/default-tests.tar.gz > delete mode 100644 tools/pounder21/fast-tests.tar.gz > create mode 100644 tools/pounder21/schedulers/default-tests.tar.gz > create mode 100644 tools/pounder21/schedulers/fast-tests.tar.gz > create mode 100644 tools/pounder21/schedulers/test-tests.tar.gz > delete mode 100644 tools/pounder21/test-tests.tar.gz > delete mode 100644 tools/pounder21/testall-tests.tar.gz
I'm not happy to have tarballs stored in the git for several reasons. Is this really needed? Shouldn't having directories with files serve the same purpose? -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
