From 57617e67a31bd8615abd04dd7565000c3d34395a Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Sun, 11 May 2014 15:34:42 +0100 Subject: Made lit tests slightly less fragile under OSX/Linux by passing flags to ignore DOS line endings and whitespace to diff tool. --- Test/lit.site.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/lit.site.cfg') diff --git a/Test/lit.site.cfg b/Test/lit.site.cfg index f9bed3c8..e5ac6593 100644 --- a/Test/lit.site.cfg +++ b/Test/lit.site.cfg @@ -107,7 +107,7 @@ if not solverFound: # Add diff tool substitution diffExecutable = None if os.name == 'posix': - diffExecutable = 'diff --unified=3' + diffExecutable = 'diff --unified=3 --strip-trailing-cr --ignore-all-space' elif os.name == 'nt': diffExecutable = 'fc /W' else: -- cgit v1.2.3