comparison tests/test-check-code-hg.t @ 15557:7bb5ed61b74c

tests: convert test-check-code-hg.py to .t
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 23 Nov 2011 02:50:58 +0100
parents tests/test-check-code-hg.py@b0e3d3973440
children c6b600d2348c
comparison
equal deleted inserted replaced
15556:e5804c0f6576 15557:7bb5ed61b74c
1 $ check_code="$TESTDIR"/../contrib/check-code.py
2 $ cd "$TESTDIR"/..
3
4 $ "$check_code" `hg manifest` | grep . && echo 'FAILURE IS NOT AN OPTION!!!'
5 [1]
6