diff options
author | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-04-10 19:06:53 +0000 |
---|---|---|
committer | glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2010-04-10 19:06:53 +0000 |
commit | 1e3da6528560c8df6458ac2ec32e0971babbbdee (patch) | |
tree | d36660bbfaa65b7ca410cb9e4ea824197e27ee3e /test-suite/check | |
parent | afc4f47d56af7d5407acbfd3833527c34eb6e894 (diff) |
Fix typos in test-suite script
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12920 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/check')
-rwxr-xr-x | test-suite/check | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test-suite/check b/test-suite/check index 06df1a12c..1206e16b5 100755 --- a/test-suite/check +++ b/test-suite/check @@ -135,7 +135,7 @@ test_bugs () { echo "Testing opened bugs..." # We first test opened bugs that should not succeed - files=`/bin/ls -1 $1/opened/shoulnotsucceed/*.v 2> /dev/null` + files=`/bin/ls -1 $1/opened/shouldnotsucceed/*.v 2> /dev/null` for f in $files; do nbtests=`expr $nbtests + 1` printf " "$f"..." @@ -276,8 +276,8 @@ echo "Module tests" $coqtop -compile modules/Nat $coqtop -compile modules/plik test_success modules "-I modules -impredicative-set" -#echo "Ideal-features tests" -#test_features ideal-features +echo "Ideal-features tests" +test_features ideal-features pourcentage=`expr 100 \* $nbtestsok / $nbtests` echo |