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) #---------------------------------------------------------------------- #