summaryrefslogtreecommitdiff
path: root/mkc_test_helper2
blob: f9c8c7a82f1e5a7fee71b4f3ca5a3f30520e7152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

############################################################
# Copyright (c) 2009-2010 by Aleksey Cheusov
#
# See COPYRIGHT file in the distribution.
############################################################

set -e

LC_ALL=C
export LC_ALL

sed '/^checking / s|^\(.*\) [^ ]*[.][.][.].*$|\1 mmm... nnn|' "$@"