[m-dev.] trivial diff: fix bug in tests/debugger/Mmakefile

Fergus Henderson fjh at cs.mu.OZ.AU
Tue Dec 14 12:53:27 AEDT 1999


tests/debugger/Mmakefile:
	Fix a bug in my previous change regarding checking
	the exit status of the exception_vars test:
	I had gotten `false' and `true' mixed up.

Workspace: /d-drive/home/hg/fjh/mercury
Index: tests/debugger/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/tests/debugger/Mmakefile,v
retrieving revision 1.32
diff -u -d -r1.32 Mmakefile
--- tests/debugger/Mmakefile	1999/12/13 05:35:09	1.32
+++ tests/debugger/Mmakefile	1999/12/14 01:51:38
@@ -78,9 +78,9 @@
 	if $(MDB) ./exception_vars < exception_vars.inp		\
 		> exception_vars.out 2>&1;			\
 	then							\
-		true;						\
-	else							\
 		false;						\
+	else							\
+		true;						\
 	fi
 
 existential_type_classes.out: existential_type_classes \

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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