You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by bo...@apache.org on 2008/03/04 13:19:53 UTC

svn commit: r633444 - /xerces/c/trunk/Makefile.am

Author: borisk
Date: Tue Mar  4 04:19:52 2008
New Revision: 633444

URL: http://svn.apache.org/viewvc?rev=633444&view=rev
Log:
Remove -q from the diff command line since it is not portable

Modified:
    xerces/c/trunk/Makefile.am

Modified: xerces/c/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/xerces/c/trunk/Makefile.am?rev=633444&r1=633443&r2=633444&view=diff
==============================================================================
--- xerces/c/trunk/Makefile.am (original)
+++ xerces/c/trunk/Makefile.am Tue Mar  4 04:19:52 2008
@@ -13,7 +13,7 @@
 check:
 	-rm -f tempResult
 	export PATH=${abs_top_builddir}/samples:${abs_top_builddir}/tests:"${PATH}" && export XERCESC_NLS_HOME=${abs_top_builddir}/src/.libs && cd ${top_srcdir} && perl scripts/sanityTest.pl 2>&1 | ${SED} 's/ *[0-9][0-9]*  *ms */{timing removed}/' 1> ${abs_top_builddir}/tempResult
-	diff -q tempResult ${top_srcdir}/scripts/sanityTest_ExpectedResult.log
+	diff tempResult ${top_srcdir}/scripts/sanityTest_ExpectedResult.log
 	
 test-suite:
 	cd swig/perl && perl Makefile.PL && make && make test



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org