mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: run-tests: add case-insensitive option when testing dir mounts
This commit is contained in:
		| @@ -106,7 +106,7 @@ if !ERRORLEVEL! neq 0 goto fail | ||||
| exit /b 0 | ||||
|  | ||||
| :winfsp-tests-x64-mountpoint-dir | ||||
| winfsp-tests-x64 --mountpoint=mymnt | ||||
| winfsp-tests-x64 --mountpoint=mymnt --case-insensitive | ||||
| if !ERRORLEVEL! neq 0 goto fail | ||||
| exit /b 0 | ||||
|  | ||||
| @@ -131,7 +131,7 @@ if !ERRORLEVEL! neq 0 goto fail | ||||
| exit /b 0 | ||||
|  | ||||
| :winfsp-tests-x86-mountpoint-dir | ||||
| winfsp-tests-x86 --mountpoint=mymnt | ||||
| winfsp-tests-x86 --mountpoint=mymnt --case-insensitive | ||||
| if !ERRORLEVEL! neq 0 goto fail | ||||
| exit /b 0 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user