tests/test-hgk
author Mads Kiilerich <mads@kiilerich.com>
Wed, 16 Dec 2009 12:09:25 +0100
changeset 10088 ec8304e66ea5
parent 6800 cc7114d96548
permissions -rwxr-xr-x
run-tests.py: Show paths to failing tests, .err and .out I think this is very convenient when investigating and fixing test failures, but perhaps it must be tweaked further to show paths if and only if it is appropriate.

#!/bin/sh

echo "[extensions]" >> $HGRCPATH
echo "hgk=" >> $HGRCPATH

hg init repo
cd repo
echo a > a
hg ci -Am adda
hg debug-cat-file commit 0