[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-316-g48e8b4e)



The branch, master has been updated
       via  48e8b4e068706acbfb254cc4a9dab5d3b03eef41 (commit)
      from  a684d4de4648f677ab6f58182db8944a38c43150 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 utils/tests/gxyrs/run_tests.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


=================
 Commit Messages
=================

commit 48e8b4e068706acbfb254cc4a9dab5d3b03eef41
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Nov 23 19:58:57 2008 +0000

    utils: Fix gxyrs test-suite
    
    We built the path to the gxyrs script incorrectly when invoking from
    make check. Remove the "utils" subdir from that path, and ensure we
    set the right $top_srcdir path when invoking from the command line.

:100755 100755 a508c17... 6130d73... M	utils/tests/gxyrs/run_tests.sh

=========
 Changes
=========

commit 48e8b4e068706acbfb254cc4a9dab5d3b03eef41
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Sun Nov 23 19:58:57 2008 +0000

    utils: Fix gxyrs test-suite
    
    We built the path to the gxyrs script incorrectly when invoking from
    make check. Remove the "utils" subdir from that path, and ensure we
    set the right $top_srcdir path when invoking from the command line.

diff --git a/utils/tests/gxyrs/run_tests.sh b/utils/tests/gxyrs/run_tests.sh
index a508c17..6130d73 100755
--- a/utils/tests/gxyrs/run_tests.sh
+++ b/utils/tests/gxyrs/run_tests.sh
@@ -92,7 +92,7 @@ here=`pwd`
 srcdir=${srcdir:-$here}
 srcdir=`cd $srcdir && pwd`
 
-top_srcdir=${top_srcdir:-$here/../../..}
+top_srcdir=${top_srcdir:-$here/../..}
 top_srcdir=`cd $top_srcdir && pwd`
 
 # the perl program
@@ -173,9 +173,9 @@ for t in $all_tests ; do
     #
     
     if test "X$adjust_file" = "X" -o "X$adjust_file" = "X " ; then
-	command="cd ${rundir} && ${PERL} -w ${top_srcdir}/utils/gxyrs/gxyrs $args $files --output $out_file 2> $error_file"
+	command="cd ${rundir} && ${PERL} -w ${top_srcdir}/gxyrs/gxyrs $args $files --output $out_file 2> $error_file"
     else
-	command="cd ${rundir} && ${PERL} -w ${top_srcdir}/utils/gxyrs/gxyrs $args $files --adjust $adjust_file --output $out_file 2> $error_file"
+	command="cd ${rundir} && ${PERL} -w ${top_srcdir}/gxyrs/gxyrs $args $files --adjust $adjust_file --output $out_file 2> $error_file"
     fi
     echo "Running test ${t}"
     echo $command




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs