From 972aef02635f1a1e7b60f14a2e0be368f576605a Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 5 Nov 2011 20:33:19 +0100 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ tests/gen-testsuite-part | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a97f070..71fde11 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 c547f4a..6009dbc 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 } -- 2.7.4