Correction of check script
This commit is contained in:
parent
0f6ddb739b
commit
70e2ce08a2
1 changed files with 1 additions and 3 deletions
|
@ -97,8 +97,7 @@ launch_check () {
|
|||
done
|
||||
echo
|
||||
echo "Tests goods"
|
||||
pushd good > /dev/null
|
||||
for f in *.ept; do
|
||||
for f in ../good/*.ept; do
|
||||
echec=0
|
||||
if [ $verbose = 0 ]; then
|
||||
echo -n "."
|
||||
|
@ -209,7 +208,6 @@ launch_check () {
|
|||
esac
|
||||
fi
|
||||
done
|
||||
popd > /dev/null
|
||||
echo
|
||||
|
||||
percent=`expr 100 \* $score / $max`;
|
||||
|
|
Loading…
Reference in a new issue