mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: fix common source file path
After the re-factor, common.* have been renamed to common/* but there are several files still look for the old path, fix it. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ______________________ ______________
|
||||
|
||||
- pick/create a user to run auto-qa and check they
|
||||
can use ptools to check out of the tree
|
||||
- add your host to xfstests/common.config and check this file in
|
||||
- add your host to xfstests/common/config and check this file in
|
||||
OR create a local.config file in your xfstests directory
|
||||
- make a directory "$HOME/qa"
|
||||
- make a kernel workarea "$HOME/qa/2.4.x-xfs" for 2.4.x-xfs
|
||||
|
||||
+1
-1
@@ -86,7 +86,7 @@ STATE=$ROOT/qa.state
|
||||
QADIR="$WORKAREA/xfstests"
|
||||
SUDO="su -c"
|
||||
CONFIG="$ROOT/$HOST.config"
|
||||
COMMON_CONFIG="$QADIR/common.config"
|
||||
COMMON_CONFIG="$QADIR/common/config"
|
||||
SH="/bin/sh"
|
||||
LOG="$ROOT/qa.log"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user