mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	tools: run-tests: FUSE sample testing
- exclude reparse_symlink* on AppVeyor
This commit is contained in:
		| @@ -911,8 +911,15 @@ net use | findstr L: | |||||||
| pushd >nul | pushd >nul | ||||||
| cd L: >nul 2>nul || (echo Unable to find drive L: >&2 & goto fail) | cd L: >nul 2>nul || (echo Unable to find drive L: >&2 & goto fail) | ||||||
| L: | L: | ||||||
| "%ProjRoot%\build\VStudio\build\%Configuration%\%4.exe" ^ | REM Exclude reparse_symlink* tests as they do not pass on AppVeyor VS2015. They do pass locally. | ||||||
|     --fuse-external --resilient --case-insensitive-cmp --share-prefix="\%1\%TMP::=$%\%1\test" %~5 | if defined APPVEYOR ( | ||||||
|  |     "%ProjRoot%\build\VStudio\build\%Configuration%\%4.exe" ^ | ||||||
|  |         --fuse-external --resilient --case-insensitive-cmp --share-prefix="\%1\%TMP::=$%\%1\test" %~5 ^ | ||||||
|  |         -reparse_symlink* | ||||||
|  | ) else ( | ||||||
|  |     "%ProjRoot%\build\VStudio\build\%Configuration%\%4.exe" ^ | ||||||
|  |         --fuse-external --resilient --case-insensitive-cmp --share-prefix="\%1\%TMP::=$%\%1\test" %~5 | ||||||
|  | ) | ||||||
| if !ERRORLEVEL! neq 0 set RunSampleTestExit=1 | if !ERRORLEVEL! neq 0 set RunSampleTestExit=1 | ||||||
| popd | popd | ||||||
| echo net use L: /delete | echo net use L: /delete | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user