Some cleanup of the alltest.cmd
This commit is contained in:
parent
afefe375fd
commit
53e6f8f01b
|
@ -1,8 +1,9 @@
|
||||||
@setlocal
|
@setlocal
|
||||||
|
|
||||||
@REM alltest.cmd - execute all test cases
|
@REM alltest.cmd - execute all test cases
|
||||||
|
@REM It runs 'alltest1.cmd', which uses 'onetest.cmd'
|
||||||
@REM
|
@REM
|
||||||
@REM (c) 1998-2014 (W3C) MIT, ERCIM, Keio University
|
@REM (c) 1998-2015 (W3C) MIT, ERCIM, Keio University
|
||||||
@REM See include/tidy.h for the copyright notice.
|
@REM See include/tidy.h for the copyright notice.
|
||||||
@REM
|
@REM
|
||||||
@REM <URL:http://www.html-tidy.org/>
|
@REM <URL:http://www.html-tidy.org/>
|
||||||
|
@ -23,7 +24,8 @@
|
||||||
@REM ########################################################################
|
@REM ########################################################################
|
||||||
@if NOT EXIST %TMPEXE% goto NOEXE
|
@if NOT EXIST %TMPEXE% goto NOEXE
|
||||||
|
|
||||||
@set TMPTEST=temptests.txt
|
@REM Set an output file - used in alltest1.cmd and onetest.cmd
|
||||||
|
@set TMPTEST=temptest.txt
|
||||||
@if EXIST %TMPTEST% @del %TMPTEST%
|
@if EXIST %TMPTEST% @del %TMPTEST%
|
||||||
|
|
||||||
@call alltest1 %TMPEXE% temp-5
|
@call alltest1 %TMPEXE% temp-5
|
||||||
|
|
Loading…
Reference in a new issue