[m-rev.] diff: rm tests/general/structure_reuse/runtests

Fergus Henderson fjh at cs.mu.OZ.AU
Sun Apr 8 17:35:39 AEST 2001


Estimated hours taken: 0.5
Branches: main

tests/general/structure_reuse/runtests:
	Delete this file, so that the tests don't get run.
	This is needed because the tests here are being run by ../runtests,
	even on the main branch, and are failing.

Workspace: /home/hg/fjh/ws-hg3/mercury
Index: tests/general/structure_reuse/runtests
===================================================================
RCS file: runtests
diff -N runtests
--- /tmp/cvsJnTUdA	Sun Apr  8 17:34:54 2001
+++ /dev/null	Thu Mar 30 14:06:13 2000
@@ -1,37 +0,0 @@
-#!/bin/sh
-# Test whether the code generated by the Mercury compiler is producing 
-# the same output as code generated by the NU-Prolog compiler.
-# Return a status of 0 (true) if everything is all right, and 1 otherwise.
-#
-# The .exp files containing the expected output of each test should be under
-# CVS control. They can be updated by running
-#
-#	mmake realclean
-#	mmake depend
-#	mmake exp
-#
-# on a machine that has NU-Prolog installed.
-
-. ../../handle_options
-. ../../startup
-
-eval mmake $mmakeopts depend || exit 1
-eval mmake $mmakeopts -k check
-checkstatus=$?
-
-cat *.res > .allres
-if test ! -s .allres -a "$checkstatus" = 0
-then
-	echo "the tests in the general/structure_reuse directory succeeded"
-	echo "mmakeopts=$mmakeopts"
-	rm -f .allres INTRODUCED.diff
-	. ../../shutdown
-	exit 0
-else
-	echo "** the tests in the general/structure_reuse directory failed"
-	echo "** as some test cases didn't produce the correct output"
-	echo "mmakeopts=$mmakeopts"
-	echo "the differences are:"
-	cat .allres
-	exit 1
-fi

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list