mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -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%
|
||||
set "begtime=%time: =0%"
|
||||
set "begtime=!time: =0!"
|
||||
call :%%f
|
||||
set "endtime=%time: =0%"
|
||||
set "endtime=!time: =0!"
|
||||
popd
|
||||
|
||||
REM see https://stackoverflow.com/a/9935540
|
||||
|
Loading…
x
Reference in New Issue
Block a user