mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
tools: run-tests: fix !time! retrieval
This commit is contained in:
parent
6fbe73ce4d
commit
368855676a
@ -135,9 +135,9 @@ for %%f in (%tests%) do (
|
|||||||
)
|
)
|
||||||
|
|
||||||
pushd %cd%
|
pushd %cd%
|
||||||
set "begtime=%time: =0%"
|
set "begtime=!time: =0!"
|
||||||
call :%%f
|
call :%%f
|
||||||
set "endtime=%time: =0%"
|
set "endtime=!time: =0!"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
REM see https://stackoverflow.com/a/9935540
|
REM see https://stackoverflow.com/a/9935540
|
||||||
|
Loading…
x
Reference in New Issue
Block a user