History log of /external/ltp/testcases/kernel/fs/racer/fs_racer.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
437cbaeee5dfafb8e371fb3b2731d4f2e720258f 24-Nov-2016 Cui Bixuan <cuibixuan@huawei.com> fs_racer: cleanup

Remove the DIR at the end of test

Signed-off-by: Cui Bixuan <cuibixuan@huawei.com>
Acked-by: Cyril Hrubis <chrubis@suse.cz>
/external/ltp/testcases/kernel/fs/racer/fs_racer.sh
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 19-Oct-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> Update FSF address

find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;
find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \;

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/racer/fs_racer.sh
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/testcases/kernel/fs/racer/fs_racer.sh
7e67bd8c08277f9cd8dd384b550e74b664ff51a8 18-Oct-2009 subrata_modak <subrata_modak> Modify tests to honor tmp directory passed into runltp, convert to LTP format: This is a set of patches for tests in the fs runtest file which make use of tst_tmpdir functions or alternatively, the base tmpdir set by the user. Some of the tests have been converted to LTP test format as well. Tests that are changed: fs_di, fs_perms, lftest, linker01, quota_remount_test01, writetest. Signed-off by: Henry Yei <hyei@mvista.com>.
/external/ltp/testcases/kernel/fs/racer/fs_racer.sh
ee5f6b3f73d4a7495c22e82286a111f51163a795 23-Dec-2008 subrata_modak <subrata_modak> Integrate File Systems Race Condition Check tests to default LTP run. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>.
/external/ltp/testcases/kernel/fs/racer/fs_racer.sh