aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/check
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-22 10:03:22 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-02-22 10:03:22 +0000
commite3a9fa6e6231cd4f577e79c4a5ad63f908595982 (patch)
treef4a78a2c9030c154a6099c62c636b64db26b5764 /test-suite/check
parent27caf2bde9eb29faeb523867711b6051fd51b9fb (diff)
Suppression des fichiers temporaires
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6769 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/check')
-rwxr-xr-xtest-suite/check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/check b/test-suite/check
index 838623ac0..df41fff6e 100755
--- a/test-suite/check
+++ b/test-suite/check
@@ -85,6 +85,7 @@ test_output() {
else
echo "Error! (unexpected output)"
fi
+ rm $tmpoutput
done
for f in $1/*.v8; do
nbtests=`expr $nbtests + 1`
@@ -100,6 +101,7 @@ test_output() {
echo "V8 Error! (unexpected output)"
fi
rm tmp8.v
+ rm $tmpoutput
done
}
@@ -121,6 +123,7 @@ test_parser() {
echo "Ok"
nbtestsok=`expr $nbtestsok + 1`
fi
+ rm $tmpoutput
done
fi
}