out_test.sh fixup
Samuel Thibault
samuel.thibault at ens-lyon.org
Mon Oct 30 15:38:47 PST 2006
Hi,
Here is a typo fixup for out_test.sh
Samuel
-------------- next part --------------
Index: out_test.sh
===================================================================
--- out_test.sh (r?vision 1645)
+++ out_test.sh (copie de travail)
@@ -61,9 +61,9 @@
else
echo ${asm} | grep -v err >/dev/null
if test $? -gt 0; then
- # YASM detected errors but shouldn't have!
+ # YASM did't detect errors but should have!
echo $ECHO_N "E$ECHO_C"
- eval "failed$failedct='E: ${a} returned an error code!'"
+ eval "failed$failedct='E: ${a} didn't return an error code!'"
failedct=`expr $failedct + 1`
else
./test_hd results/${o} > results/${oh}
More information about the yasm-devel
mailing list