mirror of
https://github.com/winfsp/winfsp.git
synced 2026-05-01 02:49:15 -05:00
tools: run-tests: fix !time! retrieval
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user