scripts/run-regression-tests works now for the 2.6.33 kernel too.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1525 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-03-01 17:32:38 +00:00
parent 9c02ed26c7
commit 5dc06c26de
7 changed files with 60 additions and 10 deletions

View File

@@ -348,16 +348,6 @@ done
} \
| process_patch "fcst.diff"
{
if [ "${kernel_version}" = 2.6.33 ]; then
for f in $(ls fcst/linux-patches/* 2>/dev/null)
do
cat "${f}"
done
fi
} \
| process_patch "fcst-in-tree.diff"
add_file "fcst/README" "Documentation/scst/README.fcst" \
| process_patch "fcst-doc.diff"