changeset 6330:4eef9d9a35f0

[project @ 2007-02-20 07:19:40 by jwe]
author jwe
date Tue, 20 Feb 2007 07:19:40 +0000
parents 1d4b4312f782
children 9e3e58d914ca
files test/ChangeLog test/Makefile.in
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/ChangeLog	Tue Feb 20 06:37:09 2007 +0000
+++ b/test/ChangeLog	Tue Feb 20 07:19:40 2007 +0000
@@ -1,3 +1,8 @@
+2007-02-20  John W. Eaton  <jwe@octave.org>
+
+	* Makefile.in (check): Use --norc instead of --no-site-file.
+	From: Alex Zvoleff  <azvoleff@ucsd.edu>
+
 2007-02-19  John W. Eaton  <jwe@octave.org>
 
 	* test_system.m: Handle confirm_recursive_rmdir as function
--- a/test/Makefile.in	Tue Feb 20 06:37:09 2007 +0000
+++ b/test/Makefile.in	Tue Feb 20 07:19:40 2007 +0000
@@ -34,7 +34,7 @@
 .PHONY: all
 
 check: test_sparse.m
-	../run-octave --no-site-file --silent --no-history $(srcdir)/fntests.m $(srcdir)
+	../run-octave --norc --silent --no-history $(srcdir)/fntests.m $(srcdir)
 .PHONY: check
 
 test_sparse.m: build_sparse_tests.sh