GraphicsMagick: VisualMagick/tests/runtest.bat Apply only filete...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.9821.1682410538.1602.graphicsmagick-commit@lists.sourceforge.net> |
changeset e8cc4d4901dd in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=e8cc4d4901dd summary: VisualMagick/tests/runtest.bat Apply only filetests to MPC. diffstat: ChangeLog | 5 +++++ VisualMagick/tests/runtest.bat | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diffs (44 lines): diff -r 5bef7aeb196d -r e8cc4d4901dd ChangeLog --- a/ChangeLog Wed Apr 19 08:15:38 2023 -0500 +++ b/ChangeLog Tue Apr 25 10:14:57 2023 +0200 @@ -1,3 +1,8 @@ +2023-04-25 Fojtik Jaroslav <[email protected]> + + * VisualMagick/tests/runtest.bat Apply only filetests to MPC. + + 2023-04-19 Bob Friesenhahn <[email protected]> * magick/command.c (BatchCommand): Implement simple Test Anything diff -r 5bef7aeb196d -r e8cc4d4901dd VisualMagick/tests/runtest.bat --- a/VisualMagick/tests/runtest.bat Wed Apr 19 08:15:38 2023 -0500 +++ b/VisualMagick/tests/runtest.bat Tue Apr 25 10:14:57 2023 +0200 @@ -118,8 +118,8 @@ if not %COUNT% EQU 6 goto :_failed call :_dorwtest both MONO if not %COUNT% EQU 6 goto :_failed -call :_dorwtest both MPC -if not %COUNT% EQU 6 goto :_failed +call :_dorwtest file MPC +if not %COUNT% EQU 3 goto :_failed call :_dorwtest both MTV if not %COUNT% EQU 6 goto :_failed call :_dorwtest both P7 @@ -203,7 +203,7 @@ if {%1}=={blob} goto :_doblob if {%1}=={file} goto :_dofile :_dofile -%exedir%rwfile ..\..\PerlMagick\t\input_p4.pbm %TYPE% +%exedir%rwfile ..\..\PerlMagick\t\input_p4.pbm %TYPE% if not %ERRORLEVEL% EQU 0 goto :_problem set /a COUNT += 1 %exedir%rwfile ..\..\PerlMagick\t\input_p5.pgm %TYPE% @@ -225,7 +225,7 @@ set /a COUNT += 1 goto :EOF :_problem -@echo Test %COUNT% on type %TYPE% failed +@echo Test %COUNT% on type %TYPE% failed, ERRORLEVEL is %ERRORLEVEL% goto :EOF :_failed