restore commented out script
This commit is contained in:
parent
472d43e5f5
commit
b988ac8d6b
2
ksh.spec
2
ksh.spec
@ -69,7 +69,7 @@ ulimit -c unlimited
|
|||||||
if [ ! -e /dev/fd ]
|
if [ ! -e /dev/fd ]
|
||||||
then
|
then
|
||||||
echo "ERROR: /dev/fd does not exist, regression tests skipped"
|
echo "ERROR: /dev/fd does not exist, regression tests skipped"
|
||||||
# exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
$SHELL ./shtests 2>&1 | tee testresults.log
|
$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
|
sed -e '/begins at/d' -e '/ 0 error/d' -e 's/at [^\[]*\[/\[/' testresults.log -e '/tests skipped/d' >filteredresults.log
|
||||||
|
Loading…
Reference in New Issue
Block a user