[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: .cvsignore
User: ahvezda
Date: 07/04/21 15:13:40
Modified: . run_tests.sh
Added: . .cvsignore
Log:
A bunch of work/changes to get "make distcheck" to work correctly (run all the
regression tests when doing check and distcheck)
Revision Changes Path
1.2 +4 -1 eda/geda/gaf/gnetlist/tests/spice-sdb/run_tests.sh
(In the diff below, changes in quantity of whitespace are not shown.)
Index: run_tests.sh
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gnetlist/tests/spice-sdb/run_tests.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- run_tests.sh 21 Apr 2007 17:13:42 -0000 1.1
+++ run_tests.sh 21 Apr 2007 19:13:40 -0000 1.2
@@ -189,7 +189,10 @@
cp ${out} ${ref}
echo "Regenerated ${ref}"
elif test -f ${ref} ; then
- if diff -w ${ref} ${out} >/dev/null ; then
+
+ # The -I "gnetlist -g" is in there to ignore the command line
+ # output in the spice-sdb netlist.
+ if diff -I "gnetlist -g" -w ${ref} ${out} >/dev/null ; then
echo "PASS"
else
echo "FAILED: See diff -w ${ref} ${out}"
1.1 eda/geda/gaf/gnetlist/tests/spice-sdb/.cvsignore
Index: .cvsignore
===================================================================
Makefile
Makefile.in
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs