7016: new cmdline switches -y/--yes and -q/--quiet

reapply r22916 from trunk

testing on gramps40: UT

svn: r22932
This commit is contained in:
Vassilii Khachaturov
2013-08-29 12:41:31 +00:00
parent 4bfb2e082c
commit 0afdb2e361
8 changed files with 200 additions and 53 deletions

View File

@@ -16,7 +16,7 @@
TOP_DIR=`dirname $PWD`
TEST_DIR=$TOP_DIR/test
SRC_DIR=$TOP_DIR/gramps
PRG="python ../Gramps.py"
PRG="python ../Gramps.py --yes --quiet"
EXAMPLE_XML=$TOP_DIR/example/gramps/example.gramps
OUT_FMT="csv ged gramps gpkg wft gw vcs vcf"