[m-dev.] trivial diff: fix cut and paste bug in test output
Mark Anthony BROWN
dougl at cs.mu.OZ.AU
Thu Jan 20 17:31:17 AEDT 2000
Estimated hours taken: 0.1
tests/hard_coded/exceptions/runtests:
Fix a cut'n'paste error.
Index: runtests
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/exceptions/runtests,v
retrieving revision 1.1
diff -u -r1.1 runtests
--- runtests 1999/10/03 08:20:12 1.1
+++ runtests 2000/01/20 06:26:41
@@ -13,13 +13,13 @@
cat *.res > .allres
if test ! -s .allres -a "$checkstatus" = 0
then
- echo "the tests in the hard_coded/typeclasses directory succeeded"
+ echo "the tests in the hard_coded/exceptions directory succeeded"
echo "mmakeopts=$mmakeopts"
rm -f .allres
. ../../shutdown
exit 0
else
- echo "the tests in the hard_coded/typeclasses directory failed"
+ echo "the tests in the hard_coded/exceptions directory failed"
echo "mmakeopts=$mmakeopts"
echo "the differences are:"
cat .allres
--
Mark Brown, PhD student )O+ | "Another of Fortran's breakthroughs
(m.brown at cs.mu.oz.au) | was the GOTO statement, which was...
Dept. of Computer Science and Software | uniquely simple and understandable"
Engineering, University of Melbourne | -- IEEE, 1994
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list