diff: disable NU-Prolog testing
Fergus Henderson
fjh at cs.mu.OZ.AU
Thu Feb 11 23:48:09 AEDT 1999
tools/test_mercury:
Don't rebuild the `.exp' files using NU-Prolog.
Building one of the (tests/general/string_format_test_2) was failing,
apparently due to the use somewhere of a function rather than a
predicate, and our plan is to phase out the Prolog support,
so not worth fixing this. Instead we now just treat the `.exp'
files in the `general' directory as being hard-coded,
just like those in the `hard-coded' directory.
Index: tools/test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.89
diff -u -r1.89 test_mercury
--- test_mercury 1998/11/26 18:52:31 1.89
+++ test_mercury 1999/02/11 12:26:53
@@ -424,11 +424,15 @@
esac
cd tests || { false; exit 1; }
+
+# We don't do this anymore, because we are phasing out the Prolog supprt.
+#
# rebuild the `.exp' files on kryten only
-case $HOST in
- kryten) ./generate_exp ;;
- *) ;;
-esac
+# case $HOST in
+# kryten) ./generate_exp ;;
+# *) ;;
+# esac
+
for grade in $GRADES
do
echo "test_mercury starting tests for grade $grade at `date`" 1>&2
--
Fergus Henderson <fjh at cs.mu.oz.au> | "Binaries may die
WWW: <http://www.cs.mu.oz.au/~fjh> | but source code lives forever"
PGP: finger fjh at 128.250.37.3 | -- leaked Microsoft memo.
More information about the developers
mailing list