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

gEDA-cvs: pcb.git: branch: master updated (67870fb80b1c824343076c1eb89e57db8a8f79cd)



The branch, master has been updated
       via  67870fb80b1c824343076c1eb89e57db8a8f79cd (commit)
      from  fe147037b0c73f9b82e85a17aa0dea70ef0a0c07 (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
=========

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


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

commit 67870fb80b1c824343076c1eb89e57db8a8f79cd
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    When using the gerber HID, always use --fab-author to make the resuls repeatable.
    
    Always use the --fab-author flag to the gerber HID to avoid many false failures
    which would occur when different users try to run the testsuite.  Also fix a minor
    glitch when building from a read-only source tree while here.

:100755 100755 811113f... 3892856... M	tests/run_tests.sh

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

commit 67870fb80b1c824343076c1eb89e57db8a8f79cd
Author: Dan McMahill <dan@xxxxxxxxxxxx>
Commit: Dan McMahill <dan@xxxxxxxxxxxx>

    When using the gerber HID, always use --fab-author to make the resuls repeatable.
    
    Always use the --fab-author flag to the gerber HID to avoid many false failures
    which would occur when different users try to run the testsuite.  Also fix a minor
    glitch when building from a read-only source tree while here.

diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 811113f..3892856 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -460,6 +460,10 @@ for t in $all_tests ; do
 	pcb_flags="${args}"
     fi
 
+    if test "X${hid}" = "Xgerber" ; then
+	pcb_flags="--fab-author Fab_Author ${pcb_flags}"
+    fi
+
     ######################################################################
     #
     # Set up the run directory
@@ -515,7 +519,7 @@ for t in $all_tests ; do
 
     # and clean up the input files we'd copied over
     for f in $files ; do
-	rm ${rundir}/${f}
+	rm -f ${rundir}/${f}
     done
 
     ######################################################################




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