Skip to content

Commit

Permalink
Replace opendiff with ksdiff.
Browse files Browse the repository at this point in the history
  • Loading branch information
nygard committed Jun 3, 2015
1 parent 69d1f19 commit 2daa882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/doTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

#----------------------------------------------------------------------
#
Expand Down

0 comments on commit 2daa882

Please sign in to comment.