Ignore:
Timestamp:
Feb 23, 2006, 12:03:58 AM (19 years ago)
Author:
rainer
Message:

Minor code revisions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_1b.sh

    r20 r22  
    1515        #
    1616        if test -r "Makefile"; then
    17                 $MAKE distclean >/dev/null
     17                $MAKE distclean >/dev/null >&1
    1818        fi
    1919        #
     
    2424        if test x$? = x0; then
    2525                [ -z "$verbose" ] ||     log_msg_ok "configure...";
    26                 $MAKE  > /dev/null
     26                $MAKE  > /dev/null 2>&1
    2727                if test x$? = x0; then
    2828                    [ -z "$verbose" ] || log_msg_ok "make...";
Note: See TracChangeset for help on using the changeset viewer.