History log of /external/ltp/tools/pounder21/pounder
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
98d8d3aa130f8ec92171fb7e5bcd02d645bac110 21-Aug-2015 Li Wang <liwang@redhat.com> ltp/pounder: Log to stdout instead of /dev/tty

* FILE *tty_fp --> FILE *out
* Using out = stdout; instead of fdopen()

Signed-off-by: Li Wang <liwang@redhat.com>
Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/tools/pounder21/pounder
37550cf5a86c7ca7424a2a318dd64e550f13f5df 18-Oct-2012 Chris Dearman <chris@mips.com> Remove whitespace at end of line

This is a scripted change done using the following command:

find . -type d -name .git -prune -o \
-type f \! -name \*\~ \! -name .\#\* \
\! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \
xargs -0 sed -i -e 's/[\t ]*$//'

Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/tools/pounder21/pounder
3d802f7dde8631b5da56e1d624acd46977b84213 15-Aug-2011 Lucy Liang <lgliang@linux.vnet.ibm.com> Modified pounder install and run scripts

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 <lgliang@linux.vnet.ibm.com>
/external/ltp/tools/pounder21/pounder
70a3216af5e38148e641472a8211028a52dba5b3 22-Nov-2010 Garrett Cooper <yanegomi@gmail.com> Move pounder21 to tools/ .

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/tools/pounder21/pounder