diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test-check-code-hg.t	Wed Nov 23 02:50:58 2011 +0100
@@ -0,0 +1,6 @@
+  $ check_code="$TESTDIR"/../contrib/check-code.py
+  $ cd "$TESTDIR"/..
+
+  $ "$check_code" `hg manifest` | grep . && echo 'FAILURE IS NOT AN OPTION!!!'
+  [1]
+