[m-rev.] diff: ~/.mdbrc and the tests

Zoltan Somogyi zs at cs.mu.OZ.AU
Tue May 15 17:10:54 AEST 2001


tests/debugger/runtests:
	Avoid picking up parameter settings from $HOME/.mdbrc that could cause
	spurious differences between the outputs of these test cases and the
	expected outputs.

Zoltan.

cvs diff: Diffing .
Index: runtests
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/runtests,v
retrieving revision 1.9
diff -u -b -r1.9 runtests
--- runtests	2001/01/31 11:34:38	1.9
+++ runtests	2001/05/12 15:39:26
@@ -5,6 +5,12 @@
 
 . ../handle_options
 
+# Avoid picking up parameter settings from $HOME/.mdbrc that could cause
+# spurious differences between the outputs of these test cases and the
+# expected outputs.
+HOME=/nonexistent
+export HOME
+
 # Run the tests in any subdirectories of this one.  If any of these
 # fail, we still perform the tests in this directory but return a
 # status of 1 regardless of the outcome.
cvs diff: Diffing declarative
--------------------------------------------------------------------------
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