From 70e2ce08a268bb94a5b48ba28bff436bba3aa3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwena=EBl=20Delaval?= Date: Fri, 11 Mar 2011 14:49:47 +0100 Subject: [PATCH] Correction of check script --- test/check | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/check b/test/check index c02a9ee..1e0c4bb 100755 --- a/test/check +++ b/test/check @@ -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`;