GraphicsMagick: VisualMagick/tests/runtest.bat VID is not a regu...
GraphicsMagick Commits <[email protected]> Mon, 18 Sep 2023 18:13:17 -0500
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.1704.1695078808.7975.graphicsmagick-commit@lists.sourceforge.net> |
changeset f94cf995ab0f in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=f94cf995ab0f summary: VisualMagick/tests/runtest.bat VID is not a regular image format. Do not use batch test for it. diffstat: ChangeLog | 5 +++++ VisualMagick/tests/runtest.bat | 3 ++- 2 files changed, 7 insertions(+), 1 deletions(-) diffs (25 lines): diff -r 7ae5adfc14ae -r f94cf995ab0f ChangeLog --- a/ChangeLog Mon Sep 18 08:24:35 2023 -0500 +++ b/ChangeLog Tue Sep 19 01:12:52 2023 +0200 @@ -1,3 +1,8 @@ +2023-09-19 Fojtik Jaroslav <[email protected]> + + * VisualMagick/tests/runtest.bat VID is not a regular image format. + Do not use batch test for it. + 2023-09-18 Bob Friesenhahn <[email protected]> * doc/options.imdoc: Add documentation for -define bmp:allow-jpeg. diff -r 7ae5adfc14ae -r f94cf995ab0f VisualMagick/tests/runtest.bat --- a/VisualMagick/tests/runtest.bat Mon Sep 18 08:24:35 2023 -0500 +++ b/VisualMagick/tests/runtest.bat Tue Sep 19 01:12:52 2023 +0200 @@ -346,7 +346,8 @@ if not %COUNT% EQU 6 goto :_failed call :_dorwtest both VICAR if not %COUNT% EQU 6 goto :_failed -call :_dorwtest both VID +@rem VID is not a regular image format. +@rem call :_dorwtest both VID @rem if not %COUNT% EQU 6 goto :_failed call :_dorwtest both VIFF if not %COUNT% EQU 6 goto :_failed