restore commented out script

This commit is contained in:
Michal Hlavinka 2010-10-08 21:17:21 +02:00
parent 472d43e5f5
commit b988ac8d6b

View File

@ -69,7 +69,7 @@ ulimit -c unlimited
if [ ! -e /dev/fd ]
then
echo "ERROR: /dev/fd does not exist, regression tests skipped"
# exit 0
exit 0
fi
$SHELL ./shtests 2>&1 | tee testresults.log
sed -e '/begins at/d' -e '/ 0 error/d' -e 's/at [^\[]*\[/\[/' testresults.log -e '/tests skipped/d' >filteredresults.log