Ignore:
Timestamp:
Nov 16, 2009, 11:27:19 PM (13 years ago)
Author:
Jari Häkkinen
Message:

Merged trunk changes -r782:844 to replacing_gnuplot branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/replacing_gnuplot/test/test_repo.sh.in

    r784 r845  
    3232fi
    3333
     34while test $# -gt 0; do
     35    case "$1" in
     36    -v)
     37    VERBOSE=1
     38    ;;
     39    esac
     40    shift
     41done
     42
     43if test -z "$VERBOSE"; then
     44  exec > /dev/null
     45fi
     46
    3447cd $abs_builddir && @SHELL@ svn_update.sh || exit 1;
    3548
     
    3750
    3851$abs_top_builddir/bin/svndigest -r $rootdir -t $targetdir \
    39 --ignore-cache --no-report $1;
     52--ignore-cache --no-report --verbose;
    4053
    41 $abs_top_builddir/bin/svndigest -r $rootdir -t $targetdir -f $1;
    42 
     54$abs_top_builddir/bin/svndigest -r $rootdir -t $targetdir -vf;
Note: See TracChangeset for help on using the changeset viewer.