summaryrefslogtreecommitdiff
path: root/helpers/mkc_test_helper2
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/mkc_test_helper2')
-rwxr-xr-xhelpers/mkc_test_helper214
1 files changed, 14 insertions, 0 deletions
diff --git a/helpers/mkc_test_helper2 b/helpers/mkc_test_helper2
new file mode 100755
index 0000000..0d23176
--- /dev/null
+++ b/helpers/mkc_test_helper2
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+############################################################
+# Copyright (c) 2009-2010 by Aleksey Cheusov
+#
+# See LICENSE file in the distribution.
+############################################################
+
+set -e
+
+LC_ALL=C
+export LC_ALL
+
+sed '/^checking / s|^\(.*\) [^ ]*[.][.][.].*$|\1 mmm... nnn|' "$@"