OSDN Git Service

revert ut_run.sh
authornakai <nakai@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 3 Sep 2010 06:56:02 +0000 (06:56 +0000)
committernakai <nakai@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 3 Sep 2010 06:56:02 +0000 (06:56 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10268 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/unit_tests/ut_run.sh

index d475993..03306a3 100755 (executable)
@@ -56,8 +56,8 @@ do
        dir=`dirname $path`
        file=`basename $path`
        pushd $dir > /dev/null
-       echo "exec $path"
-       ./$file 2>&1 | tail -1
+       echo "exec $path" 1>&2
+       ./$file 1>&2
        if [ "$?" -ne 0 ]; then
                error="${error}Error detected in $path\n"
        fi