tests/test-simplemerge.py.out
author Mads Kiilerich <mads@kiilerich.com>
Mon, 07 Jan 2013 02:14:41 +0100
changeset 18244 5a3c71b0e042
parent 4363 2e3c54fb79a3
child 22023 f18830651811
permissions -rw-r--r--
run-tests.py: fix handling of symlink to the right python Before: a symlink for python in BINDIR was sometimes created, but it was never updated when a different Python was used and it was never removed. An invalid python could thus be left around and used when testing with --local. Now: the symlink is removed when wrong and created when necessary. The mechanism for finding the right name (python or python.exe) also had to be simplified and made more explicit.

....................
----------------------------------------------------------------------
Ran 20 tests in 0.000s

OK