Test script updates to cater for the revised tree layout. Allows for separate user/kernel workareas now.

This commit is contained in:
fsgqa
2004-01-14 02:29:30 +00:00
parent 496086eaaf
commit 9d8399fbe1
5 changed files with 58 additions and 54 deletions
+4 -4
View File
@@ -4,13 +4,13 @@ ______________________ ______________
- pick/create a user to run auto-qa and check they
can use ptools to check out of the tree
- add your host to cmd/xfstests/common.config
- add your host to cmd/xfstests/tools/auto-qa
- add your host to xfstests/common.config
- add your host to xfstests/tools/auto-qa
check both these files in
- make a directory "$HOME/qa"
- make a workarea "$HOME/qa/linux-xfs" for linux-xfs
(easiest to copy one from elsewhere)
- cd $HOME/qa ; ln -s linux-xfs/cmd/xfstests/tools/auto-qa .
- cd $HOME/qa ; ln -s xfs-cmds/xfstests/tools/auto-qa .
(auto-qa must be a link into it's own source tree
so it can update itself)
- copy an appropriate .config file to
@@ -67,7 +67,7 @@ Notes:
- When run in "cron-init" or "init" states, the script
will p_tupdate itself and restart. If you start
with an empty source tree, you'll need to check
out the cmd/xfstests/tools/auto-qa script before it'll
out the xfstests/tools/auto-qa script before it'll
work (duh).
good luck.