--------------------- PatchSet 7337 Date: 2008/03/04 01:23:10 Author: amosjeffries Branch: cleanup Tag: (none) Log: Skip .h testing of automatically generated cf_parser.h Members: NOTES:1.1.2.1->1.1.2.2 test-suite/testheaders.sh:1.1.2.7->1.1.2.8 Index: squid3/NOTES =================================================================== RCS file: /cvsroot/squid-sf//squid3/Attic/NOTES,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid3/NOTES 22 Feb 2008 21:28:28 -0000 1.1.2.1 +++ squid3/NOTES 4 Mar 2008 01:23:10 -0000 1.1.2.2 @@ -6,6 +6,8 @@ UNDERWAY - link to automatic unit-testing in each directory UNDERWAY - fix all resulting compile errors! +* Fix .h generation of: cf_gen_defines.h, cf_parser.h + * Fix Broken Unit-test for COSS stub time| COSS block-size = 512 bytes Index: squid3/test-suite/testheaders.sh =================================================================== RCS file: /cvsroot/squid-sf//squid3/test-suite/Attic/testheaders.sh,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -u -r1.1.2.7 -r1.1.2.8 --- squid3/test-suite/testheaders.sh 4 Mar 2008 01:13:46 -0000 1.1.2.7 +++ squid3/test-suite/testheaders.sh 4 Mar 2008 01:23:10 -0000 1.1.2.8 @@ -18,7 +18,7 @@ for f in `cd ${dir} && ls -1 *.h 2>/dev/null`; do echo -n "Testing ${dir}/${f} ..." - if [ "${f}" == "cf_gen_defines.h" ]; then + if [[ "${f}" == "cf_gen_defines.h" || "${f}" == "cf_parser.h" ]]; then echo " IGNORED!" continue fi