From: Stefano Lattarini Date: Sat, 5 Nov 2011 19:33:19 +0000 (+0100) Subject: generated tests: avoid extra "FIXME" comments X-Git-Tag: ng-0.5a~89^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972aef02635f1a1e7b60f14a2e0be368f576605a;p=thirdparty%2Fautomake.git generated tests: avoid extra "FIXME" comments * tests/gen-testsuite-part: Avoid putting too much "FIXME" comments in the generated test scripts, since they end up being just counter-productive noise when one has to grep the test scripts looking for real "FIXME" items. --- diff --git a/ChangeLog b/ChangeLog index a97f07093..71fde1131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-11-05 Stefano Lattarini + + generated tests: avoid extra "FIXME" comments + * tests/gen-testsuite-part: Avoid putting too much "FIXME" + comments in the generated test scripts, since they end up + being just counter-productive noise when one has to grep + the test scripts looking for real "FIXME" items. + 2011-09-12 Stefano Lattarini cosmetics: fix typo in 'prove-runner' script diff --git a/tests/gen-testsuite-part b/tests/gen-testsuite-part index c547f4a11..6009dbc54 100755 --- a/tests/gen-testsuite-part +++ b/tests/gen-testsuite-part @@ -84,10 +84,11 @@ sub line_match ($$) sub write_wrapper_script ($$$) { my ($file_handle, $wrapped_test, $shell_setup_code, $creator_name) = @_; + # FIXME: we use some creative quoting in the generated scripts, + # FIXME: to please maintainer-check. print $file_handle unindent <&2 - # FIXME: creative quoting to please maintainer-check. exit '99' EOF }