From 8b3a4058dd8c65df1386cd2106b8699d40feafb7 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Tue, 16 Jul 2013 11:10:34 +0000 Subject: [PATCH] 6923: runtest.sh broken in gramps40/trunk Fixed the file locations to work for the gramps40/trunk layout. Also porting my fix from gramps34 branch for 6837: runtest.sh runs some reports that no longer exist svn: r22684 --- test/runtest.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/runtest.sh b/test/runtest.sh index 20c8948f2..d5f527bad 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -11,8 +11,8 @@ TOP_DIR=`dirname $PWD` TEST_DIR=$TOP_DIR/test -SRC_DIR=$TOP_DIR/src -PRG="python gramps.py" +SRC_DIR=$TOP_DIR/gramps +PRG="python ../Gramps.py" EXAMPLE_XML=$TOP_DIR/example/gramps/example.gramps REP_DIR=$TEST_DIR/reports @@ -23,8 +23,8 @@ OPTS="-i $EXAMPLE_XML" GRPH_FMT="sxw ps pdf svg" TEXT_FMT="sxw pdf kwd abw rtf txt html tex" -GRPH_REP="ancestor_chart2 descend_chart2 fan_chart statistics_chart timeline calendar" -TEXT_REP="ancestor_report ancestors_report descend_report det_ancestor_report det_descendant_report family_group" +GRPH_REP="ancestor_chart descend_chart fan_chart statistics_chart timeline calendar" +TEXT_REP="ancestor_report descend_report det_ancestor_report det_descendant_report family_group" # Single run with all graphical reports in all formats echo ""