From 2daa8824063c984dd6babe8fccecdb9d1fb67719 Mon Sep 17 00:00:00 2001 From: Steve Nygard Date: Tue, 2 Jun 2015 19:12:07 -0600 Subject: [PATCH] Replace opendiff with ksdiff. --- Tests/doTests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/doTests.py b/Tests/doTests.py index ea3ab558..8479b0e7 100755 --- a/Tests/doTests.py +++ b/Tests/doTests.py @@ -253,7 +253,7 @@ def main(argv): out.close print "Ended tests at", datetime.today().ctime() - Popen("opendiff %s %s" % (TESTDIR_OLD, TESTDIR_NEW), shell=True) + Popen("ksdiff %s %s" % (TESTDIR_OLD, TESTDIR_NEW), shell=True) #---------------------------------------------------------------------- #