Some qa changes to get more tests working on IRIX.

Reduce a param to get it working in a more reasonable time on irix.
This commit is contained in:
Tim Shimmin
2004-08-05 06:39:05 +00:00
parent 7cf7315028
commit ae2e4eed59
7 changed files with 69 additions and 26 deletions
+9 -2
View File
@@ -58,11 +58,15 @@ _cleanup()
}
_supported_fs xfs
_supported_os IRIX Linux
# Apparently should be able to work on IRIX,
# but not at the moment.
# It does not work on Linux due to some locking issues...
_supported_os IRIX
_setup_testdir
quiet=-q
#quiet=-q
clean=-c
export here
@@ -71,6 +75,9 @@ echo
# real QA test starts here
# to get sh working like ksh on IRIX
export _XPG=1
$here/ltp/rwtest.sh $quiet $clean -i 2000 -f direct,buffered,sync
status=$?
[ $status -ne 0 ] && exit