summaryrefslogtreecommitdiff
path: root/075
AgeCommit message (Collapse)Author
2010-01-20xfstests: Convert all tests to use /bin/bashDave Chinner
While most tests use /bin/sh, they are dependent on /bin/sh being a bash shell. Convert all the tests to execute via /bin/bash as it is much, much simpler than trying to debug and remove all the bashisms throughout the test code. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
2009-06-08Allow fsx tests to run on generic filesystemsEric Sandeen
There is already logic in 075 to gracefully skip nfs for fsx invocations with -x (xfs-specific preallocation) - just extend this to any non-xfs filesystem, and add to test 112 as well. Later we can change this behavior to use fallocate and include more filesystems but this gets some fsx coverage for now. Test 127 doesn't seem to have anything xfs-specific, so mark that as generic too. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
2009-05-28xfstests: move GPL boilerplates to fix lsqa.plChristoph Hellwig
It turns out lsqa.pl nees the test number and description first in the file, so move the GPL boilerplates below it. Also remove acouple of cases where we have one full copyright line + gpl boilerplate before the description and another copyright line after the description. Signed-off-by: Christoph Hellwig <hch@lst.de>
2009-05-26Add GPL license plate to SGI's test files.Felix Blyakher
Signed-off-by: Felix Blyakher <felixb@sgi.com> Reviewed-by: Eric Sandeen <sandeen@sandeen.net> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Felix Blyakher <felixb@sgi.com>
2005-12-09QA test updates - fixes for pquota, extsize, fsstress, and ensure mount ↵Nathan Scott
options passed through to test_dev. Merge of master-melb:xfs-cmds:24763a by kenmcd.
2005-11-09Update copyright annotations and license boilerplates to correspond with SGI ↵Nathan Scott
Legals preferences. Merge of master-melb:xfs-cmds:24327a by kenmcd.
2005-02-17Add a test to run fsx with the AIO flag switched on, in combination with ↵Nathan Scott
various other flags. Merge of master-melb:xfs-cmds:21536a by kenmcd.
2004-08-05Some qa changes to get more tests working on IRIX.Tim Shimmin
Reduce a param to get it working in a more reasonable time on irix.
2004-06-15Fixed merge problemsptools
2003-08-29QA updates to enable simplified large filesystem testingfsgqa
2003-08-01whoops, fix a typo in QA test 075fsgqa
2003-08-01Add an fsx test, allow fsx to preallocate file space on -xfsgqa