Changeset 957


Ignore:
Timestamp:
Dec 6, 2009, 4:58:28 PM (14 years ago)
Author:
Peter Johansson
Message:

refs #380. extended test and fixed detected bug in cmd opt parsing

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/svndigest-copy-cache.as

    r924 r957  
    7171          ],
    7272          [--target=*], [targetdir=$optarg; shift],
    73           [--verbose | -v], [cp_options=-v; shift],
     73          [--verbose | -v], [cp_options=-v;],
    7474          [AS_ERROR([unknown option \`$1' ${as_nl}Try \`$as_me --help'],[1])
    7575          ]
     
    9797
    9898# Do the actual copying
    99 echo find files
    10099files=`cd $rootdir && find . -name "*.svndigest-cache"`
    101100for file in $files; do
  • trunk/test/svndigest_copy_cache_test.sh

    r952 r957  
    3131done
    3232
     33pristine=$abs_builddir/.toy_project2
     34rm -rf $pristine
     35$SVN co ${repo_url}/trunk $pristine
     36$abs_top_builddir/bin/svndigest-copy-cache -v -r $rootdir -t $pristine
     37
    3338exit_success
Note: See TracChangeset for help on using the changeset viewer.