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
+3 -3
View File
@@ -59,7 +59,7 @@ then
_notrun "Can't run srcdiff without WORKAREA set"
fi
if [ ! -f $WORKAREA/cmd/xfstests/tools/srcdiff ]
if [ ! -f $WORKAREA/xfstests/tools/srcdiff ]
then
_notrun "Can't find srcdiff tool under \"$WORKAREA\""
fi
@@ -69,12 +69,12 @@ then
_notrun "Can't find XFS source under \"$WORKAREA\""
fi
if [ ! -d $WORKAREA/cmd/xfsprogs/include ]
if [ ! -d $WORKAREA/xfsprogs/include ]
then
_notrun "Can't find XFS command headers under \"$WORKAREA\""
fi
cd $WORKAREA/cmd/xfstests
cd $WORKAREA/xfstests
echo Silence is golden.
perl tools/srcdiff -q >$seq.full
if ! diff $seq.full $seq.good >/dev/null; then