GraphicsMagick: convert-batch.tap: Enable echo so we can see the...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.7167.1681673233.6776.graphicsmagick-commit@lists.sourceforge.net> |
changeset 1eeb539e61c5 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=1eeb539e61c5
summary: convert-batch.tap: Enable echo so we can see the commands being executed.
diffstat:
utilities/tests/convert-batch.tap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (9 lines):
diff -r da3a4c87b9dc -r 1eeb539e61c5 utilities/tests/convert-batch.tap
--- a/utilities/tests/convert-batch.tap Sun Apr 16 14:19:12 2023 -0500
+++ b/utilities/tests/convert-batch.tap Sun Apr 16 14:27:04 2023 -0500
@@ -22,4 +22,4 @@
subcommande1=$(printf '%s' "${subcommand}" | sed "s/'/\\\'/g")
printf "convert identity:10 -comment \"%s\" %s -format '%s' info:-\n" "${subcommand}" "${subcommand}" '%r %g %# %c'
#set +x
-done | gm batch -echo off -prompt off -feedback on -pass PASS -fail FAIL
+done | gm batch -echo on -prompt off -feedback on -pass PASS -fail FAIL